Ad Widget

Collapse

JMX Format - Is there a master list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jasper
    Junior Member
    • May 2012
    • 2

    #1

    JMX Format - Is there a master list

    For JMX interface, a format like this is expected as key (while configuring item):
    jmx[<object name>,<attribute name>]

    Where can i find list of object names / attribute names i can use.

    For eg this:
    jmx[java.lang:type=Memory,HeapMemoryUsage.used]

    But i want the master list, which i can refer to

    Thanks
  • heaje
    Senior Member
    Zabbix Certified Specialist
    • Sep 2009
    • 325

    #2
    Use jconsole.exe (in the Java SDK) to connect via the JMX interface to a running Java process. In there you will be able to see all of the JMX counters that are available to monitor (plus the strings that you'd need to put into Zabbix to monitor them ).

    Comment

    Working...