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(), }, }) }