Skip to content

medowic/cpumode

Repository files navigation

cpumode

Scripts that help you to quickly change CPU performance modes

Note

cpumode is must be run with sudo or under root

Also this software requires a cpupower installed on your machine

Install

git clone https://github.com/medowic/cpumode.git
cd cpumode
bash install.sh

Uninstall

In same directory from where cpumode was installed located uninstall.sh

cd cpumode
bash uninstall.sh

Usage

Performance mode

This mode makes your CPU work at maximum frequency

cpumode performance

or you can use a shorter command

cpuperformance

Balanced mode

This mode makes the CPU work at a minimum frequency when not in use and at a maximum when busy

Also, this mode chooses which mode is available: schedutil or ondemand.

schedutil requires a newer version of the Linux kernel (4.8+), and it works better than ondemand

cpumode balanced

or you can use a shorter command

cpubalanced

Powersave mode

This mode makes the CPU work at the minimum frequency (usually 800MHz). It allows saving power

cpumode powersave

or you can use a shorter command

cpupowersave

License

This is project is under the MIT License

About

Set CPU performance mode by one-line command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages