节点详情中显示磁盘预估写入速度

This commit is contained in:
GoEdgeLab
2023-08-02 14:48:23 +08:00
parent a6d2119978
commit c018691899
3 changed files with 11 additions and 1 deletions

View File

@@ -389,6 +389,7 @@ func (this *DetailAction) RunGet(params struct {
"exePath": status.ExePath,
"apiSuccessPercent": status.APISuccessPercent,
"apiAvgCostSeconds": status.APIAvgCostSeconds,
"diskWritingSpeedMB": status.DiskWritingSpeedMB,
},
"group": groupMap,