com.ibm.websphere.pmi.stat

Interface WSSystemStats


  1. public interface WSSystemStats
WebSphere system stats interface. System stats are structured as follows in the PMI tree:

<server>
|
|__System Data

Field Summary

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

Field Detail

NAME

  1. static final java.lang.String NAME
System data stats name
See Also:

CPUUsageSinceLastMeasurement

  1. static final int CPUUsageSinceLastMeasurement
The average CPU utilization since the last query (CountStatistic).
See Also:

CPUUsageSinceServerStarted

  1. static final int CPUUsageSinceServerStarted
The average CPU utilization since the server was started (AverageStatistic).
See Also:

FreeMemory

  1. static final int FreeMemory
A snapshot of free memory (in KB) - CountStatistic.
See Also: