mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
更新 PVE 系统调整
This commit is contained in:
+8
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user