commit | b7d8c1483bbf6ec9d2dd76d6a1c91a38c3f6ac35 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sat Feb 13 23:36:17 2016 -0500 |
committer | Len Brown <len.brown@intel.com> | Sun Mar 13 03:55:39 2016 -0400 |
tree | c69de391e33785a84181310e3018868576924d6d | |
parent | 75d2e44e60490ba1fee076a5f4dcfbdc8598e8c4 [diff] |
tools/power turbostat: add --out option for saving output in a file By default... Turbostat --debug gconfiguration info goes to stderr. In FORK mode, turbostat statistics go to stderr. In PERIODIC mode, turbostat statistics go to stdout. These defaults do not change, but an option "--out file" will send all output above only to the specified file. Signed-off-by: Len Brown <len.brown@intel.com>