Learn R Programming

nanonext (version 1.9.0)

.dispatcher_capacity: Dispatcher Capacity

Description

Read current and peak queued task payload usage at dispatcher, plus the configured capacity, in MB (metric, 1 MB = 1,000,000 bytes).

Usage

.dispatcher_capacity(disp)

Value

Named numeric vector of length 3: used (current) and peak

(high-watermark) usage, and capacity (the capacity set on .dispatcher_start(), NA_real_ if unset/unbounded), all in MB. NA_real_ in each slot if disp is invalid.

Arguments

disp

External pointer to dispatcher handle.