Fixed
Details
Assignee
Markus NeumannMarkus NeumannReporter
Gil BahatGil BahatComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Markus Neumann
Markus NeumannReporter
Gil Bahat
Gil BahatComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 9, 2012 at 2:40 AM
Updated July 19, 2013 at 9:09 AM
Resolved September 20, 2012 at 7:00 AM
When reviewing the output XML file of the JMX configurator tool, some mbeans which are valid are not present in the output file:
6275 [main] DEBUG o.o.t.j.j.JmxDatacollectionConfigGenerator - mbean: jboss.system.ServerInfo has no relavant attributes.
however, there are many useful measurable attributes for that mbean, e.g. ActiveThreadCount, FreeMemory et cetera. These are accessible in jconsole and show the right values in my environment. the attribute types are java.lang.Integer and java.lang.Long - perhaps these are filtered by mistake?
also missing is the java.lang tree in its entire:
C:\temp>grep -i java.lang JmxConfigGenerator.log | grep -v "ClassNotFoundException"
C:\temp>
This may or may not be related, if unrelated i'll split into two issues.