Home »
MCQs »
MongoDB MCQs
mongotop provides a method to track the amount of time a MongoDB instance mongod spends reading and writing data
43. mongotop provides a method to track the amount of time a MongoDB instance mongod spends reading and writing data.
- True
- False
Answer: A) True
Explanation:
mongotop is a method for keeping track of how much time a MongoDB instance mongod spends reading and writing data to and from the database. mongotop provides statistics at the collection level, rather than at the collection level as a whole. By default, mongotop returns values every second, which is inefficient.