Hi,
I have installed the JMX Mini Probe and I am now trying to add a custom MBean sensor. I managed to monitor simple Mbeans like the following:
Mbean: java.lang:type=Threading Attribute Object Name: ThreadCount
But now I want to monitor MBeans which have more layers, like the following:
java.lang:type=MemoryPool,name="PS Perm Gen" -A Usage -K used -I Usage -J used
The Attribute is 'Usage', but what is the syntax for the Mbean and name in this case ?
A second question, a specific attribute can have multiple channels (like Thanks Grtz, Tom
Add comment