
cpupower
List of commands for cpupower:
-
cpupower:ai:c1b31 how cpupower works in details$ cpupower --cpu ${cpu_number} frequency-infotry on your machineexplain this command
-
cpupower:tldr:49612 cpupower: Print CPU 0's available frequency [g]overnors.$ sudo cpupower --cpu ${0} frequency-info g | grep "analyzing\|governors"try on your machineexplain this command
-
cpupower:tldr:a353d cpupower: Print CPU 4's frequency from the hardware, in a human-readable format.$ sudo cpupower --cpu ${4} frequency-info --hwfreq --humantry on your machineexplain this command
-
cpupower:tldr:ba37a cpupower: Print information about all cores.$ sudo cpupower --cpu ${all} infotry on your machineexplain this command
-
cpupower:tldr:d7d7a cpupower: Set all CPUs to a power-saving frequency governor.$ sudo cpupower --cpu ${all} frequency-set --governor ${powersave}try on your machineexplain this command