Skip to content

a tool that utilizes the mongo profiler to determine slow mongo queries

Notifications You must be signed in to change notification settings

bigthyme/MongoMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoMonitor

A simple tool that helps uncover half-covered/slow mongo queries during local development.

Installation

$ git clone [email protected]:bigthyme/MongoMonitor.git

Usage

$ 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

License

MIT

About

a tool that utilizes the mongo profiler to determine slow mongo queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published