节点详情显示API连接状况

This commit is contained in:
刘祥超
2022-11-22 11:27:48 +08:00
parent 910b3a6162
commit 5a6e6fba69
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,