server.getConnections(callback)


异步获取服务器上的并发连接数。 当套接字被发送到分叉时工作。

回调应该采用两个参数 errcount

Asynchronously get the number of concurrent connections on the server. Works when sockets were sent to forks.

Callback should take two arguments err and count.