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

powerspy

Maxime Colmant edited this page Jun 11, 2015 · 2 revisions

Details

You can use this module by using the given companion object: PowerSpyModule .

Configuration

Idle power (optional)

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

Example

powerapi.hardware.idle-power = 87.50

MAC address

  • MAC address of powerspy
  • Default value : ""

Example

powerspy.mac = "00:0B:CE:07:1E:9B"

Interval (optional)

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

Example

powerspy.interval = 250ms