Skip to content

gulcin/motop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motop
=====

Realtime monitoring tool for several MongoDB servers. Shows current
operations ordered by durations every second.


Installation
------------

easy_intall motop

./setup.py install


Actions
-------

q   Quit

e   Explain the query

k   Kill operation using "mongo" executable

K   Kill operations older than given seconds using "mongo" executable

Dependencies
------------

* python 2.6 or greater
* pymongo 2.0 or greater [1]

[1] http://pypi.python.org/pypi/pymongo/

Configuration
-------------

Configuration file can be created by copying motop.default.conf to
motop.conf. Section are used for servers. DEFAULT section can be used
for all servers. Servers in the configuration can be filtered with
arguments.

address                 The address of the server

username                The username to authenticate to the server

password                The password to authenticate to the server

status                  Parameter to show status for the server (default: on)

replicationInfo         Parameter to show replication info for the server
                        (default: on)

replicaSet              Parameter to show replica set status for the server
                        (default: on)

operations              Parameter to show operations for the server
                        (default: on)

replicationOperations   Parameter to show constantly appeared replication
                        operations on the masters and the slaves
                        (default: on)

License
-------

This tool is released under the ISC License, whose text is included to the
source files. The ISC License is registered with and approved by the
Open Source Initiative [1].

[1] http://opensource.org/licenses/isc-license.txt

About

"Top" clone for MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%