-
Notifications
You must be signed in to change notification settings - Fork 37
Tomcat
Cyrille Le Clerc edited this page Jan 6, 2013
·
5 revisions
- EmbeddedJmxTrans configuration URL:
classpath:org/jmxtrans/embedded/config/tomcat-6.json
- Source: tomcat-6.json
- Collected Metrics
- Thread Pools
- Sessions
- JDBC Data Sources
- Global Request Processor
- Servlets
- Spring configuration:
<bean id="jmxtrans" class="org.jmxtrans.embedded.EmbeddedJmxTransFactory">
<property name="configurationUrls">
<list>
<value>classpath:org/jmxtrans/embedded/config/tomcat-6.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