π 2022-May-31 ⬩ βοΈ Ashwin Nanjappa ⬩ π·οΈ cpupower ⬩ π Archive
cpupower is a tool that enables get and set of CPU power states and values.
$ sudo apt install linux-tools-common linux-tools-5.15.0-33-generic
$ sudo cpupower frequency-info
$ sudo cpupower frequency-set --governor powersave
Instead of powersave
use one of the governor values printed by the get command above.
Tried with: Ubuntu 22.04