overclock_test.sh misst die CPU-Temperatur nach Belastung.
This commit is contained in:
12
overclock_test.sh
Executable file
12
overclock_test.sh
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
|
||||||
|
vcgencmd measure_temp
|
||||||
|
|
||||||
|
sysbench --test=cpu --cpu-max-prime=1000 --num-threads=4 run >/dev/null 2>&1
|
||||||
|
|
||||||
|
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
|
||||||
|
|
||||||
|
sysbench --test=cpu --cpu-max-prime=50000 --num-threads=4 run
|
||||||
|
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
|
||||||
|
vcgencmd measure_temp
|
Reference in New Issue
Block a user