From the MongoDB shell, how do you display all of a database's memory usage?
db.stats()
db.memory()
db.info()
db.size()