Git Product home page Git Product logo

motop's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.