MongoDB Question:
Download Questions PDF

How to see the connections used by mongos?

MongoDB Interview Question
MongoDB Interview Question

Answer:

db._adminCommand("connPoolStats");

Download MongoDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can I remove old files in the moveChunk directory?Explain if a moveChunk fails do I need to cleanup the partially moved docs?