Google News
logo
MongoDB - Quiz(MCQ)
_________ returns a general overview of the status of the database, detailing disk usage, memory use, connection, journaling, and index access.
A)
dbStats
B)
db.stats()
C)
db.serverStatus()
D)
None of the above

Correct Answer :   db.serverStatus()


Explanation : This command is rarely run directly.

Advertisement