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

This commit is contained in:
刘祥超
2022-07-21 15:17:42 +08:00
parent 0e95a5a4bc
commit 3ab783bbd0

View File

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