Reputation: 85
Is there any command which will display list of all IP addresses currently connected to MongoDB?
I tried db.serverStatus().connections
but it only returns total number of connections, but does not give any information about connected clients.
Thanks in advance for your help.
Upvotes: 1
Views: 828