org.powerapi.core

target

package target

Implicit conversions.

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

Type Members

  1. case class Application(name: String) extends Target with Product with Serializable

    Monitoring target for a specific application.

  2. case class Process(pid: Int) extends Target with Product with Serializable

    Monitoring target for a specific Process IDentifier.

  3. trait Target extends AnyRef

    Targets are system elements that can be monitored by PowerAPI

  4. case class TargetUsageRatio(ratio: Double) extends Product with Serializable

    Target usage ratio.

Value Members

  1. object All extends Target

    Monitoring target for the whole system.

  2. implicit def intToProcess(pid: Int): Process

    Implicit conversions

  3. implicit def stringToApplication(name: String): Application

Inherited from AnyRef

Inherited from Any

Ungrouped