

InterviewSolution
Saved Bookmarks
1. |
___________ is a command-line tool that displays a summary list of status statistics for a currently running MongoDB instance.(a) mongostat(b) mongotop(c) mongooplog(d) mongofiles |
Answer» Correct answer is (a) mongostat Easy explanation: It describes how many inserts, updates, removes, queries, and commands were performed, as well as what percentage of the time the database was locked and how much memory it is using. |
|