Home »
MCQs »
MongoDB MCQs
In MongoDB command, the ___ utility provides a quick overview of the status of a currently running mongod or mongos instance
42. In MongoDB command, the ___ utility provides a quick overview of the status of a currently running mongod or mongos instance.
- mongoexport
- mongoexport
- mongostat
- None of the mentioned above
Answer: C) mongostat
Explanation:
The mongostat utility gives you a quick overview of the current status of a mongod or mongos instance that is currently running. Although functionally similar to the UNIX/Linux file system utility vmstat, mongostat provides information on mongod and mongos instances instead of the file system.