foobar (@hasdrsafsdeyuo) 在 2.2.x PVE 的节能管理 中发帖
本系列本站链接:
1 家里云科技——从用户角度去探讨数字生活私人服务
2 家里云科技——系统管理员视角
本系列知乎链接:
1 家里云科技——从用户角度去探讨数字生活私人服务
2 家里云科技——系统管理员视角
虚拟机休眠
硬盘休眠
CPU 动态限频
CPU 动态限频
由下面的命令 得到的输出可知 pve 默认采用 performance 模式,即 cpu 频率长期高企
apt update
apt install linux-cpupower
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
CPU 有几种调频模式 执行命令 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors:
performance powersa...