edge-node conns命令可以打印当前总连接数

This commit is contained in:
GoEdgeLab
2021-12-18 20:13:41 +08:00
parent 413c0851a8
commit b2fd11f8f4

View File

@@ -631,6 +631,7 @@ func (this *Node) listenSock() error {
Params: map[string]interface{}{
"ipConns": ipConns,
"serverConns": serverConns,
"total": sharedListenerManager.TotalActiveConnections(),
},
})
}