me0wster / javamelody

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

how can i fetch all statistics and all data that javamelody monitors....????? #292

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what application server, JDK,
operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jjayss...@gmail.com on 14 Mar 2013 at 12:42

GoogleCodeExporter commented 9 years ago
and where do these all data store...??

Original comment by jjayss...@gmail.com on 14 Mar 2013 at 12:45

GoogleCodeExporter commented 9 years ago
The data is stored in the temporary directory of the server.
For example with Tomcat, the data files are under your tomcat home in 
tomcat/temp/javamelody. The files are RRD for graphics and serialized and 
gzipped files for the statistics.

The best to get them is to use the external API:
http://code.google.com/p/javamelody/wiki/ExternalAPI

You can get data as XML or JSON. Example in the demo:
http://demo.javamelody.cloudbees.net/monitoring?format=xml&period=jour

There is a users' group for questions like this:
http://groups.google.com/group/javamelody

Original comment by evernat@free.fr on 14 Mar 2013 at 1:10

GoogleCodeExporter commented 9 years ago
thank you so much .

Original comment by jjayss...@gmail.com on 14 Mar 2013 at 3:15