Learn R Programming

h2o (version 2.8.4.4)

h2o.clusterInfo: Get Information on H2O Cluster

Description

Display the name, version, uptime, total nodes, total memory, total cores and health of a cluster running H2O.

Usage

h2o.clusterInfo(client)

Arguments

client
An H2OClient object containing the IP address and port of the server running H2O.

See Also

H2OClient

Examples

Run this code
library(h2o)
localH2O = h2o.init()
h2o.clusterInfo(localH2O)

Run the code above in your browser using DataLab