🕵 command line mongo profiling utility
Go to file
2014-02-14 10:27:11 -05:00
.gitignore gitignore 2012-06-25 18:16:14 -04:00
example.png cleanup/example output 2014-02-14 10:21:27 -05:00
LICENSE initial commit 2012-06-25 15:34:19 -04:00
MANIFEST.in initial commit 2012-06-25 15:34:19 -04:00
mongoprof.py cleanup/example output 2014-02-14 10:21:27 -05:00
README.md Update README.md 2014-02-14 10:27:11 -05:00
setup.py fix setup 2014-02-14 10:25:42 -05:00

mongoprof

Log watcher for MongoDB

Installation

Just python setup.py install

Usage

./mongoprof [--host hostname] [--slowms ms] dbname

Monitors connections to DB dbname at hostname.

--host is an optional parameter, defaults to localhost (recommended)

If slowms is included the log level will be set to only log queries slower than ms milliseconds.

Example Output:

BSD-licensed. (see LICENSE)

Copyright 2012 Sunlight Foundation, James Turk