A simple tool that helps uncover half-covered/slow mongo queries during local development.
$ git clone [email protected]:bigthyme/MongoMonitor.git
$ cd MongoManager
# from root start profiling
$ ./mongo-monitor start
# from stop profiling at your own leisure or keep it running!
$ ./mongo-monitor stop
# collect the slow query findings
$ ./mongo-monitor get
# see the monstrosity
$ cat results/slow_queries_1432169717634.json
MIT