tools/power turbostat: on SIGUSR1: sample, print and continue
Interval-mode turbostat now catches and discards SIGUSR1. Thus, SIGUSR1 can be used to tell turbostat to cut short the current measurement interval. Turbostat will then start the next measurement interval using the regular interval length. This can be used to give turbostat variable intervals. Invoke turbostat with --interval LARGE_NUMBER_SEC and have a program that has permission to send it a SIGUSR1 always before LARGE_NUMBER_SEC expires. It may also be useful to use "--enable Time_Of_Day_Seconds" to observe the actual interval length. Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -271,6 +271,10 @@ CPU PRF_CTRL
|
||||
|
||||
SIGINT will interrupt interval-mode.
|
||||
The end-of-interval data will be collected and displayed before turbostat exits.
|
||||
|
||||
SIGUSR1 will end current interval,
|
||||
end-of-interval data will be collected and displayed before turbostat
|
||||
starts a new interval.
|
||||
.SH NOTES
|
||||
|
||||
.B "turbostat "
|
||||
|
Reference in New Issue
Block a user