节点详情显示API连接状况

This commit is contained in:
GoEdgeLab
2022-11-22 11:27:48 +08:00
parent d9fffdfcdd
commit 27b441e7f2
3 changed files with 23 additions and 0 deletions

View File

@@ -356,6 +356,8 @@ func (this *DetailAction) RunGet(params struct {
"cacheTotalDiskSize": numberutils.FormatBytes(status.CacheTotalDiskSize),
"cacheTotalMemorySize": numberutils.FormatBytes(status.CacheTotalMemorySize),
"exePath": status.ExePath,
"apiSuccessPercent": status.APISuccessPercent,
"apiAvgCostSeconds": status.APIAvgCostSeconds,
},
"group": groupMap,