Skip to content

Instantly share code, notes, and snippets.

@socketbox
Created March 29, 2020 02:17
Show Gist options
  • Save socketbox/add593474660b3b8c9a86e94267eacc6 to your computer and use it in GitHub Desktop.
Save socketbox/add593474660b3b8c9a86e94267eacc6 to your computer and use it in GitHub Desktop.
Raspberry Pi Cooling Test
#!/bin/bash
clear
for f in {1..10}
do
vcgencmd measure_temp
sysbench --test=cpu --cpu-max-prime=20000 --num-threads=4 run > /dev/null 2>&1
done
vcgencmd measure_temp
@socketbox
Copy link
Author

Credit to ExplainingComputers (https://www.youtube.com/watch?v=RxBaEiQHzLU)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment