lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

Enhancement : Support for measuring mongodb statistics in a Web application #295

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support for measuring mongodb statistics in a Web application

1) Need slow running queries along with execution time along with root cause
2) Recommendation for slow running queries if possible.
3) snapshot of log file
4) Top 10 Slow mongodb transactions with reasons.

Original issue reported on code.google.com by jaf...@infoarmy.com on 20 Mar 2013 at 10:39

GoogleCodeExporter commented 9 years ago
How do we know that there is mongodb in a web application?
I suppose that the following commands are useful:
http://docs.mongodb.org/manual/administration/monitoring/#statistics

Do you have java classes to get the statistics and examples of the output?
And/or what would be the java classes to do your 4 suggestions?

Original comment by evernat@free.fr on 20 Mar 2013 at 11:08

GoogleCodeExporter commented 9 years ago

1) Check mongodb is up and running for the remote host and port number 
specified in Mongo.properties. This file will be present in the mongodb machine 
and this info can be feeded to javamelody.

2) I don't have java classes to measure those statistics. But one nice example 
is posted in 
http://apmblog.compuware.com/2013/02/05/how-i-identified-a-mongodb-performance-a
nti-pattern-in-5-minutes/

if i come across any java class will post the same.

Original comment by jaf...@infoarmy.com on 20 Mar 2013 at 11:47

GoogleCodeExporter commented 9 years ago

Original comment by evernat@free.fr on 28 Mar 2013 at 11:03

GoogleCodeExporter commented 9 years ago
Hi All,

Any planned date to fix all open 30 issues ( Bugs & improvements )

Thanks
Jaffer

Original comment by jaf...@owler.com on 12 Jun 2013 at 4:49

GoogleCodeExporter commented 9 years ago
This is open-source. All bugs and improvements will be fixed only when they are 
done.

Note that the list of improvements is infinite, and for example the official 
list of TODOs has 57 points at https://code.google.com/p/javamelody/wiki/TODO

Original comment by evernat@free.fr on 12 Jun 2013 at 12:22