summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* show memory in m or g add --all optionEliot Horowitz2010-10-251-3/+20
* mongostat shows # of active readers/writers SERVER-1997Eliot Horowitz2010-10-241-12/+23
* when mongostat in discover mode turn off verbose socket loggingEliot Horowitz2010-10-241-0/+1
* easier auto detection of replica set status from ismasterEliot Horowitz2010-10-241-1/+3
* intial support for --discoverEliot Horowitz2010-10-151-8/+46
* master/slave set info in mongostat part of SERVER-1565Eliot Horowitz2010-10-151-1/+30
* mongostat base support for many serversEliot Horowitz2010-10-142-29/+161
* cleaning stat code to split logic/display betterEliot Horowitz2010-10-141-56/+61
* fix SIGHUP handling SERVER-1934Eliot Horowitz2010-10-131-1/+1
* check imports are going to a master SERVER-1878Kristina Chodorow2010-10-084-0/+31
* better exception handling in mongobridgeAaron2010-09-271-28/+39
* Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn2010-09-232-3/+3
* don't use snapshot with another query SERVER-1383Eliot Horowitz2010-09-231-2/+5
* make bsondump check for empty pathKristina Chodorow2010-09-101-1/+8
* compile?Dwight2010-09-091-2/+4
* Made the special stdout parameter -, to be more in line with other apps, e.g....Justin Dearing2010-08-231-2/+2
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-2/+2
* Hide connection options for tools that don't connect SERVER-1574Mathias Stearn2010-08-165-17/+30
* use json for bsondump SERVER-1631Eliot Horowitz2010-08-131-1/+1
* better help for mongostatMathias Stearn2010-08-091-1/+1
* allow dumping a collection to stdout SERVER-763Kristina Chodorow2010-08-061-15/+40
* make cells widerEliot Horowitz2010-07-301-3/+2
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-2/+3
* fix tool connection code so can use repl set, etc...Eliot Horowitz2010-07-301-15/+9
* optional query for mongodumpEliot Horowitz2010-07-281-2/+16
* SERVER-1270 Elim c_str() /toolsAlberto Lerner2010-07-202-2/+2
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-2/+2
* Fix warningsAlberto Lerner2010-07-191-2/+2
* Fix buildAlberto Lerner2010-07-181-2/+2
* compile snifferdwight2010-07-181-2/+2
* SERVER-1387 add exhaust mode to mongo bridgeAaron2010-07-151-0/+18
* stat help and cleaningEliot Horowitz2010-07-123-7/+29
* mongostat has queue lengthEliot Horowitz2010-07-121-0/+7
* Add --indexesLast option since it's not always faster SERVER-1377Mathias Stearn2010-07-071-1/+4
* restore indexes last SERVER-1377Mathias Stearn2010-07-071-1/+9
* fadvise in mongorestoreMathias Stearn2010-07-071-4/+8
* squash warningMathias Stearn2010-07-021-1/+1
* don't restore system.profile SERVER-1294Eliot Horowitz2010-06-301-0/+5
* more strlen(x) == 0 smashingMathias Stearn2010-06-291-1/+1
* ignore UTF-8 BOM in mongoimport SERVER-862Mathias Stearn2010-06-281-0/+5
* some tool cleaningEliot Horowitz2010-06-192-1/+15
* Allow specifying upsert fields for mongoimport SERVER-1186Mathias Stearn2010-06-141-3/+25
* --jsonArray for mongoexport SERVER-1083Mathias Stearn2010-06-141-1/+14
* --jsonArray for mongoimport SERVER-1083Mathias Stearn2010-06-141-13/+47
* --noimport hidden option to mongoimport for benchmarking JSON parserMathias Stearn2010-06-141-1/+10
* safer faults/sEliot Horowitz2010-06-111-2/+2
* added faults/sKenny Gorman2010-06-121-2/+9
* auto-reconnect for mongostatEliot Horowitz2010-06-093-3/+14
* some tool cleaning, bsondump toolEliot Horowitz2010-06-094-82/+248
* towards QueryOption_exhaustdwight2010-06-051-1/+1