Hmm. Couldn't get the storage visualizers to work. Kept complaining that the database didn't exist. If I ran lynx against the url generated by the tool, it said this:
{ "$err" : "Invalid ns [data.]", "code" : 16256 }
even though the db definitely does exist.
However, the command line tools were pretty neat. I played around a bit with getDiskStorageStats() and getPagesInRAM(). These look pretty great, definitely a step in the right direction. Unfortunately it doesn't really give us what we need right now, which is per-database fragmentation stats, not per-collection fragmentation stats.
I feel like this will be pretty useful for most people, who find themselves deleting things from collections quite often. Slightly less useful to our use case, where we have deleted huge numbers of collections from the database.
Thanks. Was pretty neat to see our data successfully load under 2.4.0rc3. :)