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

This commit is contained in:
GoEdgeLab
2022-07-21 15:07:59 +08:00
parent e64bf03ba1
commit 77a1a9591b
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,