diff options
author | Len Brown <len.brown@intel.com> | 2016-02-12 22:44:48 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2016-03-13 03:55:32 -0400 |
commit | 2a0609c02e6558df6075f258af98a54a74b050ff (patch) | |
tree | 66cc0732bd346840bacc34b2048f002c851658df /tools/power/x86/turbostat/turbostat.8 | |
parent | f0057310b40efe9f797ff337e9464e6a6fb9d782 (diff) | |
download | blackbird-op-linux-2a0609c02e6558df6075f258af98a54a74b050ff.tar.gz blackbird-op-linux-2a0609c02e6558df6075f258af98a54a74b050ff.zip |
tools/power turbostat: allow sub-sec intervals
turbostat -i interval_sec
will sample and display statistics every interval_sec.
interval_sec used to be a whole number of seconds,
but now we accept a decimal, as small as 0.001 sec (1 ms).
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86/turbostat/turbostat.8')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8 index 622db685b4f9..4d8f198f348f 100644 --- a/tools/power/x86/turbostat/turbostat.8 +++ b/tools/power/x86/turbostat/turbostat.8 @@ -34,7 +34,7 @@ name as necessary to disambiguate it from others is necessary. Note that option \fB--debug\fP displays additional system configuration information. Invoking this parameter more than once may also enable internal turbostat debug information. .PP -\fB--interval seconds\fP overrides the default 5-second measurement interval. +\fB--interval seconds\fP overrides the default 5.0 second measurement interval. .PP \fB--help\fP displays usage for the most common parameters. .PP |