- Published on
## 命令行方式1 -- 不依赖外部工具
查看当前生效的 scaling_driver
```shell
cat /sys/devices/system/cpu/cpufreq/policy*/scaling_driver
```
查看当前生效的 scaling_governor
```shell
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
```
查看可用的 scaling_governor
```shell
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
```
设置为高性能模式
...