lanxy88 / javamelody

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

is it possible to generate charts based on jmx values ? #384

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to generate charts based on jmx values ?

it would automatically solve 
https://code.google.com/p/javamelody/issues/detail?id=224&colspec=ID%20Type%20St
atus%20Priority%20Owner%20Summary
and give more possibilities.

Is it hard or easy to implement ?

Do You consider implementing such functionality ?

BR
Jakub

Original issue reported on code.google.com by jjaku...@gmail.com on 20 Feb 2014 at 10:10

GoogleCodeExporter commented 9 years ago
Currently, it's not possible.
To implement this, configuration should be simple (properties file perhaps).

Original comment by evernat@free.fr on 20 Feb 2014 at 8:40

GoogleCodeExporter commented 9 years ago
Evernat, do You find it usefull?
If it's simple, will You try to add it in next release ?

Original comment by jjaku...@gmail.com on 21 Feb 2014 at 10:19

GoogleCodeExporter commented 9 years ago
useful? yes.
next release? yes, if you contribute and test the code

Original comment by evernat@free.fr on 22 Feb 2014 at 9:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
"you contribute" means I implement and test it and send a patch,
or you do the implementation and I test it ?

Original comment by jjaku...@gmail.com on 23 Feb 2014 at 9:54

GoogleCodeExporter commented 9 years ago
You can implement, test and send a patch.

Original comment by evernat@free.fr on 23 Feb 2014 at 9:56

GoogleCodeExporter commented 9 years ago
Issue 445 has been merged into this issue.

Original comment by evernat@free.fr on 23 Nov 2014 at 10:31

GoogleCodeExporter commented 9 years ago
This sounds like a great idea. 
Ideally, it should support more than "one graph per method in the JMX bean".
It should support more dynamic data.

For example, if I make a JMX bean that exposes JBoss Infinispan cache 
statistics, I want to have statistics per cache (name). This is just one 
example of "dynamic" data, that cannot be known at application startup time.

But for the JBoss Infinispan cache case, it might be that Javamelody should get 
"native" support for that, like it has for ehcache. I might look into how much 
work that would be.

Original comment by alf.hoge...@gmail.com on 9 Jan 2015 at 6:35