Linux Power Management: Difference between revisions
From DWIKI
m →HOWTO Tag: wikieditor |
m →Tools Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
==CPU frequency scaling== | ==CPU frequency scaling== | ||
* {https://docs.kernel.org/admin-guide/pm/cpufreq.html CPU Performance Scaling] | |||
* https://wiki.archlinux.org/title/CPU_frequency_scaling | * https://wiki.archlinux.org/title/CPU_frequency_scaling | ||
| Line 15: | Line 16: | ||
===Check which governor is active=== | ===Check which governor is active=== | ||
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | ||
===Check which governors are available=== | |||
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors | |||
===Thermal Throttling=== | ===Thermal Throttling=== | ||
=Tools= | =Tools= | ||
*powertop | *[[powertop]] | ||
*cpufrequtils | *cpufrequtils | ||
*cpupower | *cpupower | ||
Latest revision as of 11:27, 13 November 2025
Documentation
- /usr/src/linux/Documentation/usb/power-management.txt
- /usr/src/linux/Documentation/cpu-freq/index.txt
HOWTO
Hibernate
https://askubuntu.com/questions/1240123/how-to-enable-the-hibernate-option-in-ubuntu-20-04
CPU frequency scaling
- {https://docs.kernel.org/admin-guide/pm/cpufreq.html CPU Performance Scaling]
- https://wiki.archlinux.org/title/CPU_frequency_scaling
Relevant commands
cpufreq-info
Check which governor is active
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Check which governors are available
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
Thermal Throttling
Tools
- powertop
- cpufrequtils
- cpupower
- powersaved
- powernowd
- powerdevil
- lm-sensors
