rapi.example.example-cpumonitor-linux.1.4.source-code.hardware-delloptiplex.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of example-cpumonitor-linux Show documentation
Show all versions of example-cpumonitor-linux Show documentation
Set of CPU monitoring use cases under the Linux environment.
powerapi {
cpu {
tdp = 65
cores = 2
frequencies = [
{ value = 300000, voltage = 0.85 }
{ value = 600000, voltage = 0.94 }
{ value = 900001, voltage = 1.04 }
{ value = 1200001, voltage = 1.13 }
{ value = 1500001, voltage = 1.22 }
{ value = 1800002, voltage = 1.31 }
{ value = 2100002, voltage = 1.41 }
{ value = 2400003, voltage = 1.5 }
]
}
}