com.ibm.websphere.pmi.stat
Interface WSSystemStats
-
public interface WSSystemStatsWebSphere system stats interface. System stats are structured as follows in the PMI tree:
<server>
|
|__System Data
-
-
Field Summary
Fields Modifier and Type Field and Description static intCPUUsageSinceLastMeasurementThe average CPU utilization since the last query (CountStatistic).static intCPUUsageSinceServerStartedThe average CPU utilization since the server was started (AverageStatistic).static intFreeMemoryA snapshot of free memory (in KB) - CountStatistic.static java.lang.StringNAMESystem data stats name
-
-
-
Field Detail
-
NAME
static final java.lang.String NAME
System data stats name- See Also:
- Constant Field Values
-
CPUUsageSinceLastMeasurement
static final int CPUUsageSinceLastMeasurement
The average CPU utilization since the last query (CountStatistic).- See Also:
- Constant Field Values
-
CPUUsageSinceServerStarted
static final int CPUUsageSinceServerStarted
The average CPU utilization since the server was started (AverageStatistic).- See Also:
- Constant Field Values
-
FreeMemory
static final int FreeMemory
A snapshot of free memory (in KB) - CountStatistic.- See Also:
- Constant Field Values
-
-