Skip to content
cyrille-leclerc edited this page Dec 30, 2012 · 5 revisions
  • JMX Exporter configuration URL: classpath:org/jmxexporter/config/jvm-sun-hotspot.json
  • Source: tomcat-6.json
  • Collected Metrics
  • Memory: heap and non heap usage
  • Garbage Collectors
  • Threads
  • Operating System: CPU, memory, file descriptors
  • Process: uptime
  • Spring configuration:
<bean id="jmxExporter" class="org.jmxexporter.JmxExporterFactory">
  <property name="configurationUrls">
    <list>
      <value>classpath:org/jmxexporter/config/jvm-sun-hotspot.json</value>
      ...
    </list>
  </property>
</bean>

Note: configuration templates are generic and may not exactly fit your needs but are always useful for copy/paste.