-->

Wednesday 23 October 2013

Chrome plugin to monitor your MongoDB instance

Hi all,

Here is a nice Chrome plugin for monitoring your MongoDB instance activity : Mongo Live !

Easy steps to go :

  • Simply start your MongoDB instance with the option -–rest and your are almost done.
  • Install the plugin from here.
  • Configure the plugin from the option page (from page header) like below. Note : the Rest API port is your mongo port (27017 if default) + 1000. Ex : 28017.

image

  • Hit home again to go back to the main page.
  • You may be asked to enter your user and password again.
  • Enjoy a real time overview from your MongoDB instance !

image Taken from a secondary replicaSet, currently replicating…

No comments: