Sunday, May 28, 2023

Client/application/ driver currently connect to Mongodb

In order to know what operations are currently running on the MongoDB services, we use this query:
We can get the application server, which is connected to the MongoDB services with the below query:
We want to know what is the active connection detail which is currently running in the MongoDB services
We want to know driver, driver version, app name , client ip , current active and current inactive connection in mongodb service
found better version from stackoverflow Check the current number of connections to MongoDb
Find detail of connection detail by IP
Reference
Check the current number of connections to MongoDb
What’s Running in My DB? A Journey with currentOp() in MongoDB

No comments:

Post a Comment