MongoDB Tools
The MongoDB Database Tools are a collection of command-line utilities for working with a MongoDB deployment. The Database Tools include the following binaries:
bsondump- display BSON files in a human-readable formatmongoimport- Convert data from JSON, TSV or CSV and insert them into a collectionmongoexport- Write an existing collection to CSV or JSON formatmongodump/mongorestore- Dump MongoDB backups to disk in .BSON format, or restore them to a live databasemongostat- Monitor live MongoDB servers, replica sets, or sharded clustersmongofiles- Read, write, delete, or update files in GridFSmongotop- Monitor read/write activity on a mongo server