This commit is contained in:
zw@118
2026-08-25 22:33:33 +08:00
parent 0a0e5fdf7f
commit 5e650491a2
4 changed files with 180 additions and 2 deletions

View File

@@ -30,6 +30,11 @@ stress:
auto_install: true # 缺工具时在线安装apt/dnf/yum 等),需要目标机可联网
use_mirror: false # 在线安装是否切换国内镜像源(清华TUNA)。国内网络卡顿/超时再改 true
# --- Docker 容器化压测 ---
docker:
enabled: true # 启用 Docker 模式(目标机需已安装 Docker如飞牛系统
image: "stress-tools:latest" # 镜像名,支持 registry/xxx:tag
# --- 工作流 ---
workflow:
interval: 180s