cpufreq-aperf (1) - Linux Manuals
cpufreq-aperf: Calculates the average frequency over a time period
NAME
cpufreq-aperf - Calculates the average frequency over a time period
SYNTAX
DESCRIPTION
On latest processors exist two MSR registers refered to as:
From this information the average frequency over a time period can be
calculated and this is what this tool does.
A nice falloff feature beside the average frequency is the time
a processor core remained in C0 (working state) or any CX (sleep state)
processor sleep state during the measured time period. This information
can be determined from the fact that MPERF only increases in C0 state.
The msr driver must be loaded for this command to work.
OPTIONS
REMARKS
AUTHORS
Thomas Renninger <trenn [at] suse.de>