mirror of
https://github.com//cppla/ServerStatus
synced 2026-03-23 06:09:48 +08:00
默认psutil,容器下获取更精准的宿主机读写情况
This commit is contained in:
@@ -58,7 +58,7 @@ PING_PACKET_HISTORY_LEN --- 可选 - 默认 100
|
|||||||
CU --- 可选 - 默认 cu.tz.cloudcpp.com
|
CU --- 可选 - 默认 cu.tz.cloudcpp.com
|
||||||
CT --- 可选 - 默认 ct.tz.cloudcpp.com
|
CT --- 可选 - 默认 ct.tz.cloudcpp.com
|
||||||
CM --- 可选 - 默认 cm.tz.cloudcpp.com
|
CM --- 可选 - 默认 cm.tz.cloudcpp.com
|
||||||
CLIENT --- 可选 - 默认client, psutil可选
|
CLIENT --- 可选 - 默认psutil, client可选
|
||||||
```
|
```
|
||||||
|
|
||||||
# 教程:
|
# 教程:
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ services:
|
|||||||
CU: "${CU:-cu.tz.cloudcpp.com}"
|
CU: "${CU:-cu.tz.cloudcpp.com}"
|
||||||
CT: "${CT:-ct.tz.cloudcpp.com}"
|
CT: "${CT:-ct.tz.cloudcpp.com}"
|
||||||
CM: "${CM:-cm.tz.cloudcpp.com}"
|
CM: "${CM:-cm.tz.cloudcpp.com}"
|
||||||
CLIENT: "${CLIENT:-linux}"
|
CLIENT: "${CLIENT:-psutil}"
|
||||||
|
|||||||
Reference in New Issue
Block a user