From c5fb7b4e5731f6c96290289e89f8b763c98ca20f Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 18:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PVE=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index 0af60f1..29850c7 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -36,10 +36,11 @@ timedatectl set-timezone Asia/Shanghai ## 检查系统时间 date -R +``` -## 参考输出 - -Sun, 25 Jun 2023 12:12:12 +0800 +> 参考输出: +> +> Sun, 25 Jun 2023 12:12:12 +0800 ``` @@ -152,10 +153,12 @@ analyzing CPU 0: ## 检查 CPU 当前调度器 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor + ## J4125 参考输出 ondemand + ## N6005 参考输出 performance @@ -170,10 +173,12 @@ CPU 驱动一般不建议手动调整,而 `governor` 后面的参数表示 CPU ## 检查 CPU 调度器支持情况 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors + ## J4125 参考输出 conservative ondemand userspace powersave performance schedutil + ## N6005 参考输出 performance powersave