Useful if you want to debug or check which CPU governor is used, which CPU scaling driver is used, what are the current CPU frequencies etc.
My usecase: Especially useful for AMD Zen 3 users such as me. Gnome-power-profiles use useless placeholder driver. So I use amd-pstate-active CPU scaling driver, powersave governor with power preference instead for better CPU efficiency.
CPU scaling driver used can be set on boot through kernel arguments. However, to set governor & governor preference to work on boot through systemd startup script, I need to have kernel-tools installed, which has that info provided.
Describe the package Useful if you want to debug or check which CPU governor is used, which CPU scaling driver is used, what are the current CPU frequencies etc. My usecase: Especially useful for A...