public interface WSSystemStats
Modifier and Type | Field and Description |
---|---|
static int |
CPUUsageSinceLastMeasurement
The average CPU utilization since the last query (CountStatistic).
|
static int |
CPUUsageSinceServerStarted
The average CPU utilization since the server was started (AverageStatistic).
|
static int |
FreeMemory
A snapshot of free memory (in KB) - CountStatistic.
|
static java.lang.String |
NAME
System data stats name
|
static final java.lang.String NAME
static final int CPUUsageSinceLastMeasurement
static final int CPUUsageSinceServerStarted
static final int FreeMemory