-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds two checks that take different approaches to detecting CPU throttling: - test_throttling_dmesg examines dmesg output for throttling events - test_throttling_vcgencmd examines the output of the Raspberry Pi utility `vcgencmd` to determine if throttling is currently happening, or has occurred in the past. These are both called by check_throttling, which glues the output of both together. Connects-to: #183, #209 Change-type: minor Signed-off-by: Hugh Brown <[email protected]>
- Loading branch information
Hugh Brown
committed
Jun 2, 2020
1 parent
92ed8e2
commit 72d23f3
Showing
2 changed files
with
66 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters