Mongodb monitoring

mongodbmonitoring

I am using a mongodb in my application and i would like to ask if someone here has some tested tools to monitor the servers (similar to tools like heidi sql or mysql workbench). My main needs are processes monitoring and performance. However I'm quite new with mongo so if you can think of anything else thats worth monitoring, id be glad to hear about it. Thank you very much.

Best Answer

You can plan using mongostat and mongotop for quick and dirty analysis. For any charting requirements, you can use matplotlib (python libraries) to visualize log data