tools/power turbostat: add [-d MSR#][-D MSR#] options to print counter deltas
authorLen Brown <len.brown@intel.com>
Sat, 22 Sep 2012 05:25:08 +0000 (01:25 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 Sep 2012 02:04:56 +0000 (22:04 -0400)
 # turbostat -d 0x34
is useful for printing the number of SMI's within an interval
on Nehalem and newer processors.

where
 # turbostat -m 0x34
will simply print out the total SMI count since reset.

Suggested-by: Andi Kleen
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found