Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Created August 2, 2012 17:39
Show Gist options
  • Save josephmisiti/3238986 to your computer and use it in GitHub Desktop.
Save josephmisiti/3238986 to your computer and use it in GitHub Desktop.
> db.stats(1024)
{
"db" : "sqdev",
"collections" : 25,
"objects" : 31509618,
"avgObjSize" : 704.2919142974059,
"dataSize" : 21671844,
"storageSize" : 24783691,
"numExtents" : 163,
"indexes" : 44,
"indexSize" : 25900801,
"fileSize" : 64915456,
"nsSizeMB" : 16,
"ok" : 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment