Skip to content

Instantly share code, notes, and snippets.

@mhelmstetter
Created September 14, 2021 17:50
Show Gist options
  • Save mhelmstetter/145aea383767ee759b129edbf115eddd to your computer and use it in GitHub Desktop.
Save mhelmstetter/145aea383767ee759b129edbf115eddd to your computer and use it in GitHub Desktop.
db stats all dbs
mongo --quiet --eval 'db.adminCommand( { listDatabases: 1 } ).databases.forEach(function (dbObj) {printjson(db.getSiblingDB(dbObj["name"]).stats(1024*1024*1024));});'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment