public class HeartBeat extends Iced<HeartBeat> implements BootstrapFreezable<HeartBeat>
Modifier and Type | Field and Description |
---|---|
boolean |
_client |
short |
_cpus_allowed |
short[] |
_fjqueue |
short[] |
_fjthrds |
float |
_gflops |
int |
_keys |
float |
_membw |
short |
_nthreads |
short |
_num_cpus |
int |
_pid |
int |
_process_num_open_fds |
long |
_process_total_ticks |
char |
_rpcs |
long |
_system_idle_ticks |
float |
_system_load_average |
long |
_system_total_ticks |
char |
_tcps_active |
Constructor and Description |
---|
HeartBeat() |
Modifier and Type | Method and Description |
---|---|
long |
get_free_disk() |
long |
get_free_mem() |
long |
get_kv_mem() |
long |
get_max_disk() |
long |
get_pojo_mem() |
long |
get_swap_mem() |
long |
jvmBootTimeMsec() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asBytes, clone, frozenType, read, readJSON, reloadFromBytes, write, writeJSON
public boolean _client
public int _pid
public short _num_cpus
public short _cpus_allowed
public short _nthreads
public float _system_load_average
public long _system_idle_ticks
public long _system_total_ticks
public long _process_total_ticks
public int _process_num_open_fds
public int _keys
public float _gflops
public float _membw
public char _rpcs
public short[] _fjthrds
public short[] _fjqueue
public char _tcps_active