找回密码
 立即注册
查看: 162|回复: 0

centos7设置CPU的performance

[复制链接]

443

主题

20

回帖

2076

积分

管理员

积分
2076
发表于 2024-9-20 17:05:12 | 显示全部楼层 |阅读模式

首先确定计算机处于最大性能模式(max performance):主要是让CPU处于全速工作模式

方法一:在bios(cpu 选项,或者电源管理选项)直接配置为max performance(我的系统无法设置),重启即可;
方法二:yum install cpupowerutils
cpupower -c all frequency-set -g performance  (不用安装,自带cpupower 命令)
或者cpupower  frequency-set -g performance
方法三:service cpuspeed stop

重启系统!!!

查看当前governor
1、cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave或者performance

2、cat /proc/cpuinfo | grep -i "cpu mhz"
显示每个CPU的当前运行频率

3、cpupower  frequency-info





回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|找DLL下载站

GMT+8, 2024-11-21 14:57 , Processed in 0.165796 second(s), 25 queries .

快速回复 返回顶部 返回列表