0813
This commit is contained in:
@@ -16,13 +16,16 @@ ssh:
|
||||
|
||||
# --- 压力测试 ---
|
||||
stress:
|
||||
types: "cpu,memory"
|
||||
types: "cpu,memory,disk,full" # 单项在前、综合(full)最后
|
||||
duration: 30s
|
||||
threads: 4
|
||||
temp_limit: 90 # 温度上限(°C),超过判失败,0=不判定
|
||||
auto_install: true # 缺工具时在线安装(apt/dnf/yum 等),需要目标机可联网
|
||||
use_mirror: false # 在线安装是否切换国内镜像源(清华TUNA)。国内网络卡顿/超时再改 true
|
||||
|
||||
# --- 工作流 ---
|
||||
workflow:
|
||||
interval: 60s
|
||||
interval: 180s
|
||||
|
||||
# --- 报告与打印 ---
|
||||
report:
|
||||
|
||||
Reference in New Issue
Block a user