Retrieve statistics for the specified compute profile.
Details
The returned statistics are:
Connections: active daemon connections.
Cumulative: total daemons that have ever connected.
Awaiting: mirai tasks currently queued for execution at dispatcher.
Executing: mirai tasks currently being evaluated on a daemon.
Completed: mirai tasks that have been completed or cancelled.
For non-dispatcher daemons: only 'connections' will be available and the
other values will be NA
.
See also
status()
for more verbose status information.