边缘节点详情中包含主程序位置

This commit is contained in:
刘祥超
2022-07-21 15:07:59 +08:00
parent 860fccbd4c
commit d6617f214d
2 changed files with 5 additions and 0 deletions

View File

@@ -321,6 +321,7 @@ func (this *DetailAction) RunGet(params struct {
"load15m": numberutils.FormatFloat2(status.Load15m),
"cacheTotalDiskSize": numberutils.FormatBytes(status.CacheTotalDiskSize),
"cacheTotalMemorySize": numberutils.FormatBytes(status.CacheTotalMemorySize),
"exePath": status.ExePath,
},
"group": groupMap,