ubin/check-cpu-throttle.sh

4 lines
158 B
Bash
Raw Normal View History

2020-03-06 14:58:17 +00:00
#!/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}'