Retrieve information on the status of the cluster running H2O.

h2o.clusterStatus()

See also

H2OConnection, h2o.init

Examples

if (FALSE) {
h2o.init()
h2o.clusterStatus()
}