P-State auto controller that cuts down the power usage of a Intel CPU on Linux.
pstate-controller is able to automaticlly adjest P-State setting based on the current CPU usage without harming the overall performace (like some programs do).
- Intel P-State driver (avliable on Linux Kernel >= 3.9)
git clone https://github.com/marty1885/pstate-controller
cd pstate-controller
cmake .
make- A C++11 competiable compiler
- CMake
NOTE : You must be root (or can write to pstate files) to run it.
sudo bin/pstate-controlldto run it in background
sudo bin/pstate-controlld &GUN GPLv3 or later. See the LICENSE file in the repo.
This application is under early development. It DOES NOT support config files and don't have propper deamon support now.