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.

___________ returns a general overview of the status of the database, detailing disk usage, memory use, connection, journaling, and index access.

a) dbStats
b) db.serverStatus()
c) db.stats()
d) none of the mentioned

Answer: b
Explanation: This command is rarely run directly.

Join The Discussion