LIKWID
likwid-powermeter

Information

likwid-powermeter is a command line application to get the energy comsumption on Intel RAPL capable processors. Currently all Intel CPUs starting with Intel SandyBridge are supported. It also prints information about TDP and Turbo Mode steps supported. The Turbo Mode information works on all Turbo mode enabled Intel processors. The tool can be either used in stethoscope mode for a specified duration or as a wrapper to your application measuring your complete run. RAPL works on a per package (socket) base. Please note that the RAPL counters are also accessible as normal events withing likwid-perfctr.

Options

Option Description
-h, –help Print help message
-v, –version Print version information
-V, –verbose <level> Verbose output during execution for debugging. Possible values for <level>:
0 Output only errors
1 Output some information
2 Output detailed information
3 Output developer information
-c <arg> Specify sockets to measure
-M <0|1> Set access mode to access MSRs. 0=direct, 1=accessDaemon
-s <time> Set measure duration in us, ms or s. (default 2s)
-i, –info Print information from MSR_*_POWER_INFO register and Turbo mode
-t Print current temperatures of all CPU cores
-f Print current temperatures of all CPU cores in Fahrenheit
-p Print dynamic clocking and CPI values, uses likwid-perfctr

*/