add cpu and memery total info

This commit is contained in:
liuzhihang1
2025-02-25 15:05:38 +08:00
parent 0f41d11aec
commit 4f96d04f88
10 changed files with 25 additions and 9 deletions

View File

@@ -32,5 +32,5 @@ type configuration struct {
CgroupPeriod int64 `default:"100000" describe:"CgroupPeriod"`
CgroupSwapLimit bool `default:"false" describe:"cgroup swap限制"`
CondWaitTime int `default:"30" describe:"长轮询等待时间(秒)"`
UserTui bool `default:"-"`
Tui bool `default:"-"`
}