From 68f697faf12e7bf9f25d34a43a98ca2ad324afc8 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 21 Jul 2022 15:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=8A=B6=E6=80=81=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=BB=E7=A8=8B=E5=BA=8F=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/nodeconfigs/node_status.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/nodeconfigs/node_status.go b/pkg/nodeconfigs/node_status.go index a1cafba..492fe7d 100644 --- a/pkg/nodeconfigs/node_status.go +++ b/pkg/nodeconfigs/node_status.go @@ -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"`