

InterviewSolution
Saved Bookmarks
1. |
_________ tracks and reports the current read and write activity of a MongoDB instance, and reports these statistics on a per collection basis.(a) mongostat(b) mongod(c) mongotop(d) all of the mentionedI have been asked this question in an online interview.Asked question is from Monitoring forMongoDB topic in chapter GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» The correct answer is (C) mongotop |
|