You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
#! /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
|
|
|