What is the command to get the number of clients connected to a particular MongoDB server?
db.runCommand( { "connPoolStats" : 1 } )
{ "numClientConnections" : 0, "numAScopedConnections" : 0, "totalInUse" : 0, "totalAvailable" : 0, "totalCreated" : 0, "hosts" : { }, "replicaSets" : { }, "ok" : 1 }