src/main/resources/application.yml
@@ -1,7 +1,7 @@ # 系统版本信息 app: version: 3.0.0.0 version-type: dev # prd 或 dev version: 3.0.0.1 version-type: prd # prd 或 dev i18n: default-locale: zh-CN supported-locales: @@ -123,11 +123,11 @@ # 采样周期(毫秒) intervalMs: 1000 # 单次探测超时(毫秒) timeoutMs: 800 timeoutMs: 3000 # 每个样本内连续探测次数,用于直接得到 min/avg/max 三个指标 probeCount: 3 # ping 数据包大小(字节),< 0 时沿用系统默认;Windows 对应 -l,macOS/Linux 对应 -s packetSize: 1024 packetSize: 2048 # 并行探测线程数 maxParallel: 8