-
Notifications
You must be signed in to change notification settings - Fork 37
cyrille-leclerc edited this page Dec 30, 2012
·
5 revisions
- JMX Exporter configuration URL:
classpath:org/jmxexporter/config/jvm-sun-hotspot.json
- Source: jvm-sun-hotspot.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.
- Configuration
- ... Expression Language
- ... Configuration Sample
- Output Writers
- ... Graphite Writer
- ... StatsD Writer
- ... Graphite Pickle Writer
- ... Librato Writer
- ... SLF4J Writer
- ... Stackdriver Writer
- ... CopperEgg Writer
- ... Csv Writer
- ... Console Writer
- Integration
- ... Maven Setup
- ... Spring Integration
- ... Plain Java Servlet Integration
- Configuration Templates
- ... Tomcat
- ... JVM
- Internals
- ... Implementation Decisions
- ... Health Monitoring
- Latest javadocs
- Forum (Google Groups)
- Downloads
- Samples
- ... [Cocktail Web App] (https://github.com/jmxtrans/embedded-jmxtrans-samples/tree/master/embedded-jmxtrans-webapp-coktail)
- License
- Release Notes