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