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.