Interface CpuEvent

All Superinterfaces:
BaseEvent
All Known Implementing Classes:
CpuEventObject

public interface CpuEvent extends BaseEvent
This class defines the values returned when a file event takes place and is used by the FileEventListener interface
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     

    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)