#!/bin/bash # Stresstest for Raspberry Pi : ' You need : - sysbench (sudo apt-get install sysbench) ' 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_tempe