Last active
October 24, 2020 23:45
-
-
Save jldeon/023099556dcb358c8d1c82e85120975a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Install stress-ng via app center or apt | |
stress-ng --matrix 0 --vm 1 --vm-bytes 90% --vm-method all --verify --timeout 4h | |
# Check temps with: | |
paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1°C/' | |
# Put in shell script, call with watch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment