====== CpuFreqUtils ======
* http://wiki.debian.org/HowTo/CpuFrequencyScaling
* https://askubuntu.com/a/936488/58298
Laptop esetén érdemesebb a [[tudasbazis:linux:tlp|TLP]] programot használni
===== Telepítés =====
- Csomag telepítése:
apt-get install cpufrequtils
- Elérhető governor lekérdezése:
cpufreq-info
- Config beállítása:
# Available governors:
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
GOVERNOR="ondemand"
===== Munin modul =====
- Munin plugin telepítése:
ln -s /usr/share/munin/plugins/cpuspeed /etc/munin/plugins/
- Munin plugin tesztelése:
munin-run cpuspeed
- Változások életbeléptetése:
service munin-node restart
{{tag>munin}}\\