Use the following command to view the current frequency of the CPU
cat /proc/cpuinfo |grep MHz|uniq
Or lscpu
Use the following command to modify the CPU performance mode
sudo cpupower frequency-set -g performance
Centos7 set high CPU performance
Use the following command to view the current frequency of the CPU
cat /proc/cpuinfo |grep MHz|uniq
Or lscpu
Use the following command to modify the CPU performance mode
sudo cpupower frequency-set -g performance