{{ i18n('devicePingLog.title', '设备网络分析') }}
{{ i18n('devicePingLog.pageMeta', '包大小 {0},{1}', [formatPacketSize(samplingConfig.packetSize), samplingConfigText]) }}
{{ i18n('devicePingLog.summary.totalDevices', '设备总数') }}
{{ formatNumber(overviewSummary.totalDevices) }}
{{ i18n('devicePingLog.summary.totalDevicesHint', '已配置 IP 的设备') }}
{{ i18n('devicePingLog.summary.ok', '正常') }}
{{ formatNumber(overviewSummary.okDevices) }}
{{ i18n('devicePingLog.summary.okHint', '最近样本状态 OK') }}
{{ i18n('devicePingLog.summary.unstable', '波动') }}
{{ formatNumber(overviewSummary.unstableDevices) }}
{{ i18n('devicePingLog.summary.unstableHint', '部分探测成功') }}
{{ i18n('devicePingLog.summary.offline', '超时/异常') }}
{{ formatNumber(overviewSummary.offlineDevices) }}
{{ i18n('devicePingLog.summary.offlineHint', '最近样本不可达') }}
{{ i18n('devicePingLog.summary.noData', '暂无数据') }}
{{ formatNumber(overviewSummary.noDataDevices) }}
{{ i18n('devicePingLog.summary.noDataHint', '还没有落盘样本') }}
{{ i18n('devicePingLog.summary.avgLatency', '整体平均延迟') }}
{{ formatLatency(overviewSummary.avgLatencyMs) }}
{{ i18n('devicePingLog.summary.peakLatency', '峰值 {0}', [formatLatency(overviewSummary.maxLatencyMs)]) }}