节点状态中增加主程序位置字段

This commit is contained in:
GoEdgeLab
2022-07-21 15:17:42 +08:00
parent b8c210cbf5
commit 68f697faf1

View File

@@ -25,6 +25,7 @@ type NodeStatus struct {
Load5m float64 `json:"load5m"` Load5m float64 `json:"load5m"`
Load15m float64 `json:"load15m"` Load15m float64 `json:"load15m"`
ConnectionCount int `json:"connectionCount"` // 连接数 ConnectionCount int `json:"connectionCount"` // 连接数
ExePath string `json:"exePath"` // 可执行文件路径
TrafficInBytes uint64 `json:"trafficInBytes"` TrafficInBytes uint64 `json:"trafficInBytes"`
TrafficOutBytes uint64 `json:"trafficOutBytes"` TrafficOutBytes uint64 `json:"trafficOutBytes"`