org.powerapi.core

LinuxHelper

class LinuxHelper extends OSHelper with Configuration

Linux special helper. π

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

Instance Constructors

  1. new LinuxHelper()

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. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. lazy val frequenciesPath: String

    This file allows to get all the cpu frequencies with the help of procfs and cpufreq_utils.

  10. def getCPUFrequencies: Set[Long]

    Get the list of frequencies available on the CPU.

    Get the list of frequencies available on the CPU.

    Definition Classes
    LinuxHelperOSHelper
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getGlobalCpuTime: GlobalCpuTime

    Get the global execution time for the cpu.

    Get the global execution time for the cpu.

    Definition Classes
    LinuxHelperOSHelper
  13. def getProcessCpuTime(process: Process): Option[Long]

    Get the process execution time on the cpu.

    Get the process execution time on the cpu.

    Definition Classes
    LinuxHelperOSHelper
  14. def getProcesses(application: Application): Set[Process]

    Get the list of processes behind an Application.

    Get the list of processes behind an Application.

    Definition Classes
    LinuxHelperOSHelper
  15. def getTargetCpuTime(target: Target): Option[Long]

    Get the target cpu time.

    Get the target cpu time.

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

    Get the list of thread behind a Process.

    Get the list of thread behind a Process.

    Definition Classes
    LinuxHelperOSHelper
  17. def getTimeInStates: TimeInStates

    Get how many time CPU spent under each frequency.

    Get how many time CPU spent under each frequency.

    Definition Classes
    LinuxHelperOSHelper
  18. lazy val globalStatPath: String

    Global stat file, giving global information of the system itself.

    Global stat file, giving global information of the system itself. Typically presents under /proc/stat.

  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. 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
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. lazy val processStatPath: String

    Process stat file, giving information about the process itself.

    Process stat file, giving information about the process itself. Typically presents under /proc/[pid]/stat.

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

    Definition Classes
    AnyRef
  27. lazy val taskPath: String

    This file allows to get all threads associated to one PID with the help of the procfs.

  28. lazy val timeInStatePath: String

    Time in state file, giving information about how many time CPU spent under each frequency.

  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. lazy val topology: Map[Int, Set[Int]]

    CPU's topology.

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Configuration

Inherited from OSHelper

Inherited from AnyRef

Inherited from Any

Ungrouped