Interface CpuInfo
- All Superinterfaces:
DoubleEvent,TimeData
- All Known Implementing Classes:
CpuInfoImpl
This is a single time event data representing cpu use at a given time.
-
Method Summary
Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.DoubleEvent
getValue
-
Method Details
-
getCpuUse
double getCpuUse()Returns the CPU use as a percentage value- Returns:
- the CPU use as a percentage
-