]> git.karo-electronics.de Git - linux-beck.git/commit
tools/power turbostat: simplify output, add Avg_MHz
authorLen Brown <len.brown@intel.com>
Thu, 6 Feb 2014 05:55:19 +0000 (00:55 -0500)
committerLen Brown <len.brown@intel.com>
Thu, 6 Mar 2014 03:19:55 +0000 (22:19 -0500)
commitfc04cc67ea8f44124f048832a745a24bc2fa12fa
tree31959e42a8752f9a01814471565ed11799ec7838
parent38dbfb59d1175ef458d006556061adeaa8751b72
tools/power turbostat: simplify output, add Avg_MHz

Use 8 columns for each number ouput.
We don't fit into 80 columns on most machines,
so keep the format simple.

Print frequency in MHz instead of GHz.
We've got 8 columns now, so use them to
show low frequency in a more natural unit.

Many users didn't understand what %c0 meant,
so re-name it to be %Busy.

Add Avg_MHz column, which is the frequency that many
users expect to see -- the total number of cycles executed
over the measurement interval.

People found the previous GHz to be confusing, since
it was the speed only over the non-idle interval.
That measurement has been re-named Bzy_MHz.

Suggested-by: Dirk J. Brandewie
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.8
tools/power/x86/turbostat/turbostat.c