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

procfs cpu simple

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

Details

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

Configuration

TDP

  • CPU Thermal Design Power (TDP) value.
  • Default value : 0

Example

powerapi.cpu.tdp = 35

TDP factor (optional)

  • CPU Thermal Design Power (TDP) factor. (see JouleSort: A Balanced Energy-Efficiency Benchmark, by Rivoire et al.)
  • Default value : 0.7

Example

powerapi.cpu.tdp-factor = 0.7