A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
``` git clone https://github.com/JakeRoggenbuck/auto-clock-speed cargo install --path auto-clock-speed
sudo cp ~/.cargo/bin/acs /bin/acs ```
```sh
acs monitor
acs monitor --delay 1000 ```
```sh
sudo acs run
sudo acs run --quiet ```
``` Automatic CPU frequency scaler and power saver
USAGE:
acs
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: get-available-governors Get the available governor get-cpu-governors The governors of the individual cores get-cpu-speeds The speed of the individual cores get-cpus The names of the core get-freq The overall frequency of your cpu get-turbo Get whether turbo is enabled or not help Prints this message or the help of the given subcommand(s) monitor Monitor each cpu, it's min, max, and current speed, along with the governor run Run the daemon, this checks and edit your cpu's speed ```