Retrieve information on the status of the cluster running H2O.

h2o.clusterStatus()

Examples

if (FALSE) { # \dontrun{
h2o.init()
h2o.clusterStatus()
} # }