org.powerapi.core

SigarHelper

Related Doc: package core

class SigarHelper extends Configuration with OSHelper

SIGAR special helper.

Linear Supertypes
OSHelper, Configuration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SigarHelper
  2. OSHelper
  3. Configuration
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SigarHelper()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val configurationPath: String

    Definition Classes
    Configuration
  7. lazy val cores: Int

    CPU cores number.

  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getCPUFrequencies: Set[Long]

    Get the list of frequencies available on the CPU.

    Get the list of frequencies available on the CPU.

    Definition Classes
    SigarHelperOSHelper
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getGlobalCpuPercent(muid: UUID): TargetUsageRatio

    Get the global cpu usage in percentage.

    Get the global cpu usage in percentage.

    Definition Classes
    SigarHelperOSHelper
  14. def getGlobalCpuTime: GlobalCpuTime

    Get the global execution time for the cpu.

    Get the global execution time for the cpu.

    Definition Classes
    SigarHelperOSHelper
  15. def getProcessCpuPercent(muid: UUID, process: Process): TargetUsageRatio

    Get the process cpu usage in percentage.

    Get the process cpu usage in percentage.

    Definition Classes
    SigarHelperOSHelper
  16. def getProcessCpuTime(process: Process): Option[Long]

    Get the process execution time on the cpu.

    Get the process execution time on the cpu.

    Definition Classes
    SigarHelperOSHelper
  17. def getProcesses(application: Application): Set[Process]

    Get the list of processes behind an Application.

    Get the list of processes behind an Application.

    Definition Classes
    SigarHelperOSHelper
  18. def getProcesses(container: Container): Set[Process]

    Get the list of processes running on a container.

    Get the list of processes running on a container.

    Definition Classes
    OSHelper
  19. def getTargetCpuPercent(muid: UUID, target: Target): TargetUsageRatio

    Get the target cpu usage in pourcentage.

    Get the target cpu usage in pourcentage.

    Definition Classes
    OSHelper
  20. def getTargetCpuTime(target: Target): Option[Long]

    Get the target cpu time.

    Get the target cpu time.

    Definition Classes
    OSHelper
  21. def getThreads(process: Process): Set[Thread]

    Get the list of thread behind a Process.

    Get the list of thread behind a Process.

    Definition Classes
    SigarHelperOSHelper
  22. def getTimeInStates: TimeInStates

    Get how many time CPU spent under each frequency.

    Get how many time CPU spent under each frequency.

    Definition Classes
    SigarHelperOSHelper
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. lazy val libNativePath: String

    Sigar native libraries

  26. def load[T](request: (Config) ⇒ T): ConfigResult[T]

    Method to load a value from a configuration file.

    Method to load a value from a configuration file.

    Attributes
    protected
    Definition Classes
    Configuration
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. lazy val sigar: SigarProxy

    SIGAR's proxy instance.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OSHelper

Inherited from Configuration

Inherited from AnyRef

Inherited from Any

Ungrouped