Cool your laptop - linux governor
Check this script out:
for i in /sys/devices/system/cpu/cpu[0-9]; do echo $i `cat $i/cpufreq/scaling_governor`; done
and see here for a description and this for a bit of history
for i in /sys/devices/system/cpu/cpu[0-9]; do echo $i `cat $i/cpufreq/scaling_governor`; done
and see here for a description and this for a bit of history
Comments