From 5c1faec47cdfb6d822867d0762549425a31f9af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Wed, 10 Aug 2022 15:43:54 +0000 Subject: [PATCH] =?UTF-8?q?update=203.PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3.PVE系统调整.md | 50 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 14 deletions(-) diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index 7ec8dff..24195f5 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -114,21 +114,43 @@ Wed, 20 Jul 2022 16:21:28 +0800 ```bash ## 检查 CPU 当前调度器 cpufreq-info +``` + **CPU - J4125 设备参考输出** : -## 参考输出 -cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 -Report errors and bugs to cpufreq@vger.kernel.org, please. -analyzing CPU 0: - driver: intel_cpufreq - CPUs which run at the same hardware frequency: 0 - CPUs which need to have their frequency coordinated by software: 0 - maximum transition latency: 20.0 us. - hardware limits: 800 MHz - 2.90 GHz - available cpufreq governors: conservative, ondemand, userspace, powersave, performance, schedutil - current policy: frequency should be within 800 MHz and 2.90 GHz. - The governor "ondemand" may decide which speed to use - within this range. - current CPU frequency is 952 MHz. +```bash +## J4125 参考输出 +cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 +Report errors and bugs to cpufreq@vger.kernel.org, please. +analyzing CPU 0: + driver: intel_cpufreq + CPUs which run at the same hardware frequency: 0 + CPUs which need to have their frequency coordinated by software: 0 + maximum transition latency: 20.0 us. + hardware limits: 800 MHz - 2.70 GHz + available cpufreq governors: conservative, ondemand, userspace, powersave, performance, schedutil + current policy: frequency should be within 800 MHz and 2.70 GHz. + The governor "ondemand" may decide which speed to use + within this range. + current CPU frequency is 1.84 GHz. +``` + + **CPU - N5105 设备参考输出** : + +```bash +## N5105 参考输出 +cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009 +Report errors and bugs to cpufreq@vger.kernel.org, please. +analyzing CPU 0: + driver: intel_pstate + CPUs which run at the same hardware frequency: 0 + CPUs which need to have their frequency coordinated by software: 0 + maximum transition latency: 4294.55 ms. + hardware limits: 800 MHz - 2.90 GHz + available cpufreq governors: performance, powersave + current policy: frequency should be within 800 MHz and 2.90 GHz. + The governor "performance" may decide which speed to use + within this range. + current CPU frequency is 1.36 GHz. ``` 这里面主要关注两个点: