listStorage
Definition
Shows the amount of storage used in the ProvenDB service, broken down by collection. Wrapper for listStorage.
Syntax
db.listStorage()
Example
ProvenDB v7754 (current)> db.listStorage()
{
"ok" : 1,
"storageList" : [
{
"rollback5548749" : NumberLong(62136320)
},
{
"rollback8930556" : NumberLong(10047488)
},
{
"bigCollection7991875" : NumberLong(3100672)
}
]
}
See Also
Updated about 5 years ago