Update README.md

This commit is contained in:
James Turk 2014-02-14 10:24:25 -05:00
parent 9ad84d1b16
commit 37aafd1ae8

View File

@ -1,19 +1,19 @@
mongoprof
=========
Log watcher for `MongoDB <http://mongodb.org>`_.
Log watcher for [MongoDB](http://mongodb.org)
Usage
-----
./mongoprof [--host hostname] [--slowms ms] dbname
``./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.
If slowms is included the log level will be set to only log queries slower than ``ms`` milliseconds.
Example Output: