系统端无法检测CPU高性能的问题


客户检测命令:

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor|grep -v performance|wc -l

客户通过ansible执行后的结果

登录BMC发现,发现控制体是BIOS Controls EPB如果希望客户端能查看需要改成OS Controls EPB

重启后登录系统查看

如果改了客户那边还是没有可执行下面命令

cpupower -c all frequency-set -g performance

echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

相关