🕵 command line mongo profiling utility
Go to file
2016-11-30 01:27:30 -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 migration 2015-06-16 17:29:55 -04:00
MANIFEST.in initial commit 2012-06-25 15:34:19 -04:00
mongoprof.py bump version and minor fix 2016-11-30 01:26:32 -05:00
README.md migration 2015-06-16 17:29:55 -04:00
setup.py bump to 0.3 w/ pymongo < 3 2016-11-30 01:27:30 -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: