Update README.md
This commit is contained in:
parent
9ad84d1b16
commit
37aafd1ae8
12
README.md
12
README.md
@ -1,19 +1,19 @@
|
|||||||
mongoprof
|
mongoprof
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Log watcher for `MongoDB <http://mongodb.org>`_.
|
Log watcher for [MongoDB](http://mongodb.org)
|
||||||
|
|
||||||
Usage
|
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)
|
Monitors connections to DB ``dbname`` at ``hostname``.
|
||||||
|
|
||||||
If slowms is included the log level will be set to only log queries slower than ``ms``
|
--host is an optional parameter, defaults to localhost (recommended)
|
||||||
milliseconds.
|
|
||||||
|
If slowms is included the log level will be set to only log queries slower than ``ms`` milliseconds.
|
||||||
|
|
||||||
|
|
||||||
Example Output:
|
Example Output:
|
||||||
|
Loading…
Reference in New Issue
Block a user