org.powerapi.core

LinuxHelper

Related Doc: package core

class LinuxHelper extends Configuration with OSHelper

Linux special helper.

Linear Supertypes
OSHelper, Configuration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LinuxHelper
  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 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. val configurationPath: String

    Definition Classes
    Configuration
  7. lazy val cpuTimesCache: Cache[(Long, Long)]

  8. val docker: DockerClient

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

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

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

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

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

  13. 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
  14. final def getClass(): Class[_]

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

    Get the global cpu usage in percentage.

    Get the global cpu usage in percentage.

    Definition Classes
    LinuxHelperOSHelper
  16. def getGlobalCpuTime: GlobalCpuTime

    Get the global execution time for the cpu.

    Get the global execution time for the cpu.

    Definition Classes
    LinuxHelperOSHelper
  17. def getProcessCpuPercent(muid: UUID, process: Process): TargetUsageRatio

    Get the process cpu usage in percentage.

    Get the process cpu usage in percentage.

    Definition Classes
    LinuxHelperOSHelper
  18. 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
  19. 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
    LinuxHelperOSHelper
  20. 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
  21. def getTargetCpuPercent(muid: UUID, target: Target): TargetUsageRatio

    Get the target cpu usage in pourcentage.

    Get the target cpu usage in pourcentage.

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

    Get the target cpu time.

    Get the target cpu time.

    Definition Classes
    OSHelper
  23. 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
  24. def getTimeInStates: TimeInStates

    Get how many time CPU spent under each frequency.

    Get how many time CPU spent under each frequency.

    Definition Classes
    LinuxHelperOSHelper
  25. 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.

  26. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  32. 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.

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

    Definition Classes
    AnyRef
  34. lazy val taskPath: String

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

  35. lazy val timeInStatePath: String

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

  36. def toString(): String

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

    CPU's topology.

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OSHelper

Inherited from Configuration

Inherited from AnyRef

Inherited from Any

Ungrouped