info | R Documentation |
Retrieve statistics for the specified compute profile.
info(.compute = NULL)
.compute |
[default NULL] character value for the compute profile to use (each has its own independent set of daemons), or NULL to use the 'default' profile. |
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
.
Named integer vector or else NULL
if the compute profile is yet to
be set up.
status()
for more verbose status information.
info()
daemons(1)
info()
daemons(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.