A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
If you have cargo on your machine, skip to step 3
Install rustup.rs
.
Setup compiler
sh
rustup override set stable
rustup update stable
Clone the project and install
git clone https://github.com/JakeRoggenbuck/auto-clock-speed
cargo install --path auto-clock-speed
Copy the binary to /bin ```
sudo cp ~/.cargo/bin/acs /bin/acs ```
```sh
acs monitor
acs monitor --delay 1000 ```
```sh
sudo acs run
sudo acs run --quiet ```
```sh
acs get --help
acs get temp acs get freq acs get cpu-speeds ```
``` Automatic CPU frequency scaler and power saver
USAGE:
acs
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: get Get a specific value or status 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 ```