From 79ea9e795ee90d2d12f9e92c66a1b067bb49c6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 18 Dec 2021 20:13:41 +0800 Subject: [PATCH] =?UTF-8?q?edge-node=20conns=E5=91=BD=E4=BB=A4=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=89=93=E5=8D=B0=E5=BD=93=E5=89=8D=E6=80=BB=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index bc9a9c2..64e8a8f 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -631,6 +631,7 @@ func (this *Node) listenSock() error { Params: map[string]interface{}{ "ipConns": ipConns, "serverConns": serverConns, + "total": sharedListenerManager.TotalActiveConnections(), }, }) }