Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

omegawatt

Loïc Huertas edited this page Nov 3, 2015 · 1 revision

Details

You can use this module by using the given companion object: G5kOmegaWattModule . You can only use this module inside a Grid'5000 node which equipped by an OmegaWatt power-meter. See this page for more information.

Configuration

Idle power (optional)

  • Idle power of the monitored machine. Used to extract CPU consumption from global consumption returned by omegawatt.
  • Default value : 0

Example

powerapi.hardware.idle-power = 87.50

Grid'5000 probe

  • URL of omegawatt probe
  • Default value : ""

Example

g5k.probe = "http://kwapi.lyon.grid5000.fr:5000/probes/lyon.taurus-1/power/"

Interval (optional)

  • Time interval between two measures of omegawatt.
  • Default value : 1s

Example

g5k.interval = 250ms