/cpgov

A simple cli cpu governor control tool

Primary LanguageGoGNU General Public License v3.0GPL-3.0

cpgov

A simple cli cpu governor control tool

Notice

This was made as a replacement for a bash script that did the same job, it is not a professional program by any means
I placed this on my github as a convenience

Installation

Normal install
Usage: sudo cpgov recommended for multi user installs

sudo make install

Setuid install
Usage: cpgov not recommended for multi user installs

sudo make install-setuid

Usage

List governors availible and current governor

cpgov

Set a certain cpu governor for all cpus

cpgov <governor>