-
Type:
Improvement
-
Resolution: Done
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics
-
None
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Currently db.serverStatus().connections provides the number of connections that are coming to Mongo but there is no way we can determine from where they are coming. For Example,
> db.serverStatus().connections
{ "current" : 2, "available" : 202, "totalCreated" : NumberLong(2) }>
Currently, there are two connections but I cant determine from where they are coming. It would be great if there is an enhancement on this part.