Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command line tools

  • mongod - the server process

  • mongo - the MongoDB shell

  • mongodump - Dump the data into BSON files (creating the dump/ subdirectory).

  • mongoexport - Export MongoDB data to CSV, TSV or JSON files.

  • mongofiles -

  • mongoimport - Import CSV, TSV or JSON data into MongoDB.

  • mongooplog -

  • mongoperf -

  • mongorestore - Import BSON files.

  • mongos -

  • mongosniff -

  • mongostat - A bit like top, showing live performance stats.

  • mongotop - Another top-like tool.