

InterviewSolution
Saved Bookmarks
1. |
___________ captures and returns the counts of database operations by type.(a) mongostat(b) mongod(c) mms(d) all of the mentioned |
Answer» Correct option is (a) mongostat The explanation is: Use mongostat to understand the distribution of operation types and to inform capacity planning. |
|