默认psutil,容器下获取更精准的宿主机读写情况

This commit is contained in:
cppla
2026-02-28 11:58:00 +08:00
parent 57c74b0c9e
commit e903200d66
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ PING_PACKET_HISTORY_LEN --- 可选 - 默认 100
CU --- 可选 - 默认 cu.tz.cloudcpp.com
CT --- 可选 - 默认 ct.tz.cloudcpp.com
CM --- 可选 - 默认 cm.tz.cloudcpp.com
CLIENT --- 可选 - 默认client, psutil可选
CLIENT --- 可选 - 默认psutil, client可选
```
# 教程:

View File

@@ -20,4 +20,4 @@ services:
CU: "${CU:-cu.tz.cloudcpp.com}"
CT: "${CT:-ct.tz.cloudcpp.com}"
CM: "${CM:-cm.tz.cloudcpp.com}"
CLIENT: "${CLIENT:-linux}"
CLIENT: "${CLIENT:-psutil}"