com.ibm.java.diagnostics.healthcenter.api.cpu

Interface CpuEvent

  • All Superinterfaces:
    BaseEvent


    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 Detail

      • 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)
© Copyright 2012, 2016 IBM Corporation.