Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

globocom/khan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Khan is a unix "top" clone for MongoDB, inspired by Innotop and Motop.

Build Status

Khan presents a real time list of queries running in a given MongoDB instance and information about the replication status.

Dependencies

  • Python >= 3.5
  • MongoDB >= 3.0

Installation

pip install khan-mongo

Usage

khan --host <host> [--port <port>] --database <AdminDatabase> -u <user> -p <password> -m [queries|replication]

-m queries Show current ops

-m replication Show replication status/info

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.