ActivityMonitorResults
Description
An ActivityMonitorResults
object contains the results from collecting pool
activity monitoring data using a ActivityMonitor
object. The ActivityMonitor
object monitors and collects data on worker
activity in a parallel pool.
Monitoring data includes:
The type of parallel construct, such as
parfor
,parfeval
, andspmd
.The amount of data (in bytes) the client and workers send and receive.
The time each worker spends evaluating their portion of the parallel constructs.
You can retrieve the monitoring results using the results
function and view the monitoring results data in the Pool
Dashboard.
Creation
You can create an ActivityMonitorResults
object in one of these ways:
Use either the
results
orstop
function on anActivityMonitor
object to retrieve pool monitoring results.Save pool monitoring data collected using the Pool Dashboard.
Properties
Examples
Version History
Introduced in R2025a