Mongo Monitoring tool

126 Views Asked by At

Is there any tool that exists for monitoring mongo? Lets say for example we want to take a peek and see a list of queries executing against the database in order to see how they are performing.

Does such a thing exist?

1

There are 1 best solutions below

2
smitty_werbenjagermanjensen On

I'm not sure if these are the links you are looking for but I have a found a couple of things which might help you:

Another monitoring question on MongoDB MongoDB Monitoring question

A MongoDB University class might be useful:

MongoDB University 312

Some Documentation on MongoDB:

MongoDB Documentation

More MongoDB Documentation

I'm not sure if this answers your question.