Linux command
auto-cpufreq 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Monitor
sudo auto-cpufreq --monitor
Example
sudo auto-cpufreq --live
Example
sudo auto-cpufreq --stats
Install
sudo auto-cpufreq --install
Remove
sudo auto-cpufreq --remove
Force
sudo auto-cpufreq --force=powersave
Update
sudo auto-cpufreq --update
说明
auto-cpufreq is an automatic CPU speed and power optimizer for Linux. It dynamically adjusts CPU frequency scaling and turbo boost based on system load and power source (AC/battery) to optimize performance and battery life.
参数
- --monitor
- Monitor CPU frequency, governor, and power information
- --live
- Run in live mode with temporary optimization
- --stats
- Display statistics from daemon mode
- --install
- Install auto-cpufreq as a system service
- --remove
- Remove auto-cpufreq system service
- --update
- Update auto-cpufreq to latest version
- --force=GOVERNOR
- Force a specific governor (powersave, performance)
- --config PATH
- Use custom configuration file
- --debug
- Enable debug output
FAQ
What is the auto-cpufreq command used for?
auto-cpufreq is an automatic CPU speed and power optimizer for Linux. It dynamically adjusts CPU frequency scaling and turbo boost based on system load and power source (AC/battery) to optimize performance and battery life.
How do I run a basic auto-cpufreq example?
Run `sudo auto-cpufreq --monitor` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --monitor do in auto-cpufreq?
Monitor CPU frequency, governor, and power information