Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.
/ mongoprof Public archive

🕵 command line mongo profiling utility

License

Notifications You must be signed in to change notification settings

jamesturk/mongoprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

🕵 command line mongo profiling utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages