[Posts] centos7 provided performance CPU operating frequency is

centos7 provided performance CPU operating frequency is

http://www.512873.com/archives/612.html

 

Publish: March 6, 2019 Category:  Document  No Comments

View the current cpu running frequency:

cat  /proc/cpuinfo  grep  -i  "cpu mhz"


Start setting:

cpupower -c all frequency- set  -g performance
 
或者:
 
cpupower  frequency- set  -g performance


View the current cpu running frequency, both the maximum frequency re-run.

cat  /proc/cpuinfo  grep  -i  "cpu mhz"

Guess you like

Origin www.cnblogs.com/jinanxiaolaohu/p/11412147.html