🕵 command line mongo profiling utility
Go to file
2014-02-14 10:23: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 and rename README.rst to README.md 2014-02-14 10:23:11 -05:00
setup.py mongoprof updates 2013-07-30 16:32:12 -04:00

mongowatch

Log watcher for MongoDB <http://mongodb.org>_.

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