1.

The ________ reflect the amount of storage used, the quantity of data contained in the database, and object, collection, and index counters.(a) dbStats(b) db.serverStatus()(c) db.statserver()(d) none of the mentionedThe question was posed to me in my homework.I'd like to ask this question from Monitoring forMongoDB topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

Correct choice is (a) DBSTATS

Explanation: The dbStats command, or db.stats() from the shell, RETURNS a DOCUMENT that addresses storage use and data VOLUMES.



Discussion

No Comment Found

Related InterviewSolutions