How do we identify the idle connections in MongoDB across all dbs
Connections in MongoDB are not bound to a specific namespace (a database and/or a collection). While there is no separate command that would allow an operator to list all of the client connections established to a particular MongoDB instance, you…