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 rust
sh
rustup override set stable
rustup update stable
Install from crates
cargo install autoclockspeed
Do steps 1 and 2 from other install if you don't have rust installed, then do this next step.
Clone the project and install
git clone https://github.com/JakeRoggenbuck/auto-clock-speed
cargo install --path auto-clock-speed
In order to have auto-clock-speed start when you restart your computer you must follow these instruction ```
```
```
sudo cp acs.service /etc/systemd/system/ ```
```
sudo systemctl start acs sudo systemctl enable acs
systemctl status 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 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 ```