commit | b9ad8ee0da54b2b4d2f8cd50fc9ce5200d61e7d1 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Wed Jul 19 19:28:37 2017 -0400 |
committer | Len Brown <len.brown@intel.com> | Fri Jun 01 12:13:05 2018 -0400 |
tree | 17ff7a6c8915a232d68cc3abfa9ae217ee2b4063 | |
parent | 072119606a239557bf8532c70af9c211d1028dff [diff] |
tools/power turbostat: end current interval upon newline input In turbostat interval mode, a newline typed on standard input will now conclude the current interval. Data will immediately be collected and printed for that interval, and the next interval will be started. This is similar to the recently added SIGUSR1 feature. But that is for use by programs, while this is for interactive use. Signed-off-by: Len Brown <len.brown@intel.com>