public class NodeV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
int |
cpus_allowed
cpus_allowed
|
short[] |
fjqueue
F/J Task count, by priority
|
short[] |
fjthrds
F/J Thread count, by priority
|
long |
free_disk
Free disk
|
long |
free_mem
Free heap
|
double |
gflops
Linpack GFlops
|
java.lang.String |
h2o
IP
|
boolean |
healthy
(now-last_ping) |
java.lang.String |
ip_port
IP address and port in the form a.b.c.d:e
|
long |
last_ping
Time (in msec) of last ping
|
long |
max_disk
Max disk
|
long |
max_mem
Max heap
|
double |
mem_bw
Memory Bandwidth
|
long |
mem_value_size
Data on Node (memory only)
|
int |
my_cpu_pct
System CPU percentage used by this H2O process in last interval
|
int |
nthreads
nthreads
|
int |
num_cpus
num_cpus
|
int |
num_keys
#local keys
|
int |
open_fds
Open File Descripters
|
java.lang.String |
pid
PID
|
int |
rpcs_active
Active Remote Procedure Calls
|
int |
sys_cpu_pct
System CPU percentage used by everything in last interval
|
float |
sys_load
System load; average #runnables/#cores
|
int |
tcps_active
Open TCP connections
|
long |
tot_mem
Total heap
|
long |
total_value_size
Data on Node (memory or disk)
|
| Constructor and Description |
|---|
NodeV3() |
public java.lang.String h2o
public java.lang.String ip_port
public boolean healthy
public long last_ping
public float sys_load
public double gflops
public double mem_bw
public long total_value_size
public long mem_value_size
public int num_keys
public long free_mem
public long tot_mem
public long max_mem
public long free_disk
public long max_disk
public int rpcs_active
public short[] fjthrds
public short[] fjqueue
public int tcps_active
public int open_fds
public int num_cpus
public int cpus_allowed
public int nthreads
public int my_cpu_pct
public int sys_cpu_pct
public java.lang.String pid