Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2588782
  • 博文数量: 333
  • 博客积分: 4817
  • 博客等级: 上校
  • 技术积分: 4413
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-28 10:51
文章分类

全部博文(333)

文章存档

2017年(20)

2016年(57)

2015年(27)

2014年(20)

2013年(21)

2012年(164)

2011年(24)

分类: LINUX

2016-09-07 16:04:04

首先确定计算机处于最大性能模式(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

阅读(28020) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~