RHEL默認安裝後會將CPU設置爲performance性能模式致使CPU溫度太高性能
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors cpupower frequency-info
cat /etc/sysconfig/cpupower
ui
#See 'cpupower help' and cpupower(1) for more info #CPUPOWER_START_OPTS="frequency-set -g performance" CPUPOWER_STOP_OPTS="frequency-set -g ondemand" #CPUPOWER_START_OPTS="frequency-set -g powersave"
sudo cpupower frequency-set -g powersave
cat /sys/devices/system/cpu/cpu0/cpufreq/base_frequency
1900000code
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
4800000orm
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
400000form
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
1309812performance