Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 mentioned

Answer: a
Explanation: The dbStats command, or db.stats() from the shell, returns a document that addresses storage use and data volumes.

Join The Discussion