with
db.collection.dataSize()
I can get the data size of collecion
how I can get of datasize of database?
|
|
|
Use following command at mongoshell:
Output should be like this:
See more diagnostic command here. |
|||
|
|
|
Use db.getStats() in Java
Then will get result like below:
|
|||
|
|