Re: Tomcat Performance from JMX data

2025-06-04 Thread Zdeněk Henek
Hi Mark, you could add javamelody to your war file and have monitoring as part of your application. Link to javamelody https://github.com/javamelody/javamelody I use this in all applications we distribute to customers as war files for many years. Super useful. Regards, Zdenek Henek On Wed, Jun

Re: Tomcat Performance from JMX data

2025-06-04 Thread Christopher Schultz
Mark, On 6/4/25 1:43 PM, Timothy Resh wrote: I have a production server with JMX enabled. However, we cannot install any additional software to do performance monitoring. We can, however, extract data from the MBeans and transfer it elsewhere for analysis. I saw the ant tasks in the Tomcat do

Tomcat Performance from JMX data

2025-06-04 Thread Timothy Resh
ALCON, I have a production server with JMX enabled. However, we cannot install any additional software to do performance monitoring. We can, however, extract data from the MBeans and transfer it elsewhere for analysis. I saw the ant tasks in the Tomcat documentation. Does anyone know of someth