diff options
author | 2017-10-17 15:42:56 -0400 | |
---|---|---|
committer | 2018-06-01 12:13:04 -0400 | |
commit | 3f44a5c62be2f2b15317942fa7bc4a810d2420aa (patch) | |
tree | ea15f23a71ba45dc7c6618f2958a5d42930cb64f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tools/power turbostat: fix Skylake Xeon package C-state display (diff) | |
download | wireguard-linux-3f44a5c62be2f2b15317942fa7bc4a810d2420aa.tar.xz wireguard-linux-3f44a5c62be2f2b15317942fa7bc4a810d2420aa.zip |
tools/power turbostat: add --enable Time_Of_Day_Seconds
Add a Time_Of_Day_Seconds column showing when measurement
for each row was completed. Units are [sec.subsec] since Epoch,
as reported by gettimeofday(2).
While useful to correlate turbostat output with other tools,
this built-in column is disabled, by default.
Add the "--enable" option to enable such disabled-by-default
built-in columns:
"--enable Time_Of_Day_Seconds"
"--enable usec"
"--enable all", will enable all disabled-by-defauilt built-in counters.
When "--debug" is used, all disabled-by-default columns are enabled,
unless explicitly skipped using "--hide"
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions