Metadata-Version: 1.0
Name: mongoprof
Version: 0.3.0
Summary: command line tool for watching mongodb queries
Home-page: http://github.com/jamesturk/mongoprof
Author: James Turk
Author-email: james.p.turk@gmail.com
License: BSD
Description: mongoprof
        =========
        
        Log watcher for [MongoDB](http://mongodb.org)
        
        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:
        
        ![](https://raw.githubusercontent.com/jamesturk/mongoprof/master/example.png)
        
        
Platform: UNKNOWN
