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.

________ provides statistics that resemble dbStats on the collection level.

a) dbStats
b) db.serverStatus()
c) db.statserver()
d) collstats

Answer: d
Explanation: It also includes count of the objects in the collection, the size of the collection, the amount of disk space used by the collection, and information about its indexes.

Join The Discussion