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
public java.lang.String ipPort
public boolean healthy
public long lastPing
public int pid
public int numCpus
public int cpusAllowed
public int nthreads
public float sysLoad
public int myCpuPct
public int sysCpuPct
public long memValueSize
public long pojoMem
public long freeMem
public long maxMem
public long swapMem
public int numKeys
public long freeDisk
public long maxDisk
public int rpcsActive
public short[] fjthrds
public short[] fjqueue
public int tcpsActive
public int openFds
public double gflops
public double memBw