Interface CpuEvent
- All Superinterfaces:
BaseEvent
- All Known Implementing Classes:
CpuEventObject
This class defines the values returned when a file event takes place and is
used by the FileEventListener interface
-
Method Summary
Methods inherited from interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent
getEventTime
-
Method Details
-
getSystemUse
double getSystemUse()- Returns:
- percentage of the overall CPU system use (-1 if not available)
-
getProcessUse
double getProcessUse()- Returns:
- percentage of the overall processor use (-1 if not available)
-