Skip to content

Instantly share code, notes, and snippets.

@0xVesion
Last active June 3, 2020 17:08
Show Gist options
  • Save 0xVesion/211b57b4f0ebac6026389116e4ba3b7f to your computer and use it in GitHub Desktop.
Save 0xVesion/211b57b4f0ebac6026389116e4ba3b7f to your computer and use it in GitHub Desktop.
RPI 4 Stress test for measuring temps
#!/bin/bash
clear
for i in {1..10}
do
vcgencmd measure_temp
sysbench --test=cpu --cpu-max-prime=10000 --num-threads=4 run >/dev/null 2>&1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment