public class NodeV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
cpusAllowed
cpus_allowed
|
short[] |
fjqueue
F/J Task count, by priority
|
short[] |
fjthrds
F/J Thread count, by priority
|
long |
freeDisk
Free disk
|
long |
freeMem
Free heap
|
double |
gflops
Linpack GFlops
|
java.lang.String |
h2o
IP
|
boolean |
healthy
(now-last_ping) |
java.lang.String |
ipPort
IP address and port in the form a.b.c.d:e
|
long |
lastPing
Time (in msec) of last ping
|
long |
maxDisk
Max disk
|
long |
maxMem
Maximum memory size for node
|
double |
memBw
Memory Bandwidth
|
long |
memValueSize
Data on Node memory
|
int |
myCpuPct
System CPU percentage used by this H2O process in last interval
|
int |
nthreads
nthreads
|
int |
numCpus
num_cpus
|
int |
numKeys
#local keys
|
int |
openFds
Open File Descripters
|
int |
pid
PID
|
long |
pojoMem
Temp (non Data) memory
|
int |
rpcsActive
Active Remote Procedure Calls
|
long |
swapMem
Size of data on node's disk
|
int |
sysCpuPct
System CPU percentage used by everything in last interval
|
float |
sysLoad
System load; average #runnables/#cores
|
int |
tcpsActive
Open TCP connections
|
| Constructor and Description |
|---|
NodeV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String h2o
@SerializedName(value="ip_port") public java.lang.String ipPort
public boolean healthy
@SerializedName(value="last_ping") public long lastPing
public int pid
@SerializedName(value="num_cpus") public int numCpus
@SerializedName(value="cpus_allowed") public int cpusAllowed
public int nthreads
@SerializedName(value="sys_load") public float sysLoad
@SerializedName(value="my_cpu_pct") public int myCpuPct
@SerializedName(value="sys_cpu_pct") public int sysCpuPct
@SerializedName(value="mem_value_size") public long memValueSize
@SerializedName(value="pojo_mem") public long pojoMem
@SerializedName(value="free_mem") public long freeMem
@SerializedName(value="max_mem") public long maxMem
@SerializedName(value="swap_mem") public long swapMem
@SerializedName(value="num_keys") public int numKeys
@SerializedName(value="free_disk") public long freeDisk
@SerializedName(value="max_disk") public long maxDisk
@SerializedName(value="rpcs_active") public int rpcsActive
public short[] fjthrds
public short[] fjqueue
@SerializedName(value="tcps_active") public int tcpsActive
@SerializedName(value="open_fds") public int openFds
public double gflops
@SerializedName(value="mem_bw") public double memBw