Comments on: 6 Useful Tools to Monitor MongoDB Performance https://www.tecmint.com/monitor-mongodb-performance/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 28 Mar 2019 10:14:27 +0000 hourly 1 By: PRASHITH https://www.tecmint.com/monitor-mongodb-performance/comment-page-1/#comment-1120327 Thu, 28 Mar 2019 10:14:27 +0000 https://www.tecmint.com/?p=30122#comment-1120327 Hi, I run the command “db.stats( )“, here I got the following details:

"db" : "test",
"collections" : 4,
"objects" : 7,
"avgObjSize" : 66.28571428571429,
"dataSize" : 464,
"storageSize" : 32768

Which is the Unit of dataSize, avgObjSize and storageSize ?

]]>