Created
August 6, 2019 08:37
-
-
Save hlev/225f63274109cb75f144f9dfe1d59bb4 to your computer and use it in GitHub Desktop.
Pi benchmark throttling, measure temp and arm clock speed
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
nohup sysbench --num-threads=8 --test=cpu --cpu-max-prime=10000000000 run & | |
watch '(vcgencmd measure_temp; vcgencmd measure_clock arm)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment