Files
ubin/check-cpu-throttle.sh
2020-03-06 15:58:17 +01:00

4 lines
158 B
Bash
Executable File

#!/bin/bash
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq | paste -s | awk '{print $1/$2}'