> -----Original Message-----
> From: H H [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 27, 2007 1:12 AM
> To: users@tomcat.apache.org
> Subject: Tomcat monitoring
> 
> Does anyone know whats the best way to monitor a tomcat application
> remotely - I have seen the mailing lists and there are some tools that
> provide monitoring. However I need a way to programatically ping Tomcat
> and collect performance statistics - Any language would do : perl/java, I
> need to integrate the monitoring to another application. I am looking to
> collect the foll stats:
> 
>   - JVM Heap usage
>   - Number of active threads
>   - JDBC connection pool stats
>   - Active thread list

Most of these are available in some for from /manager/status, or via JMX.  I
have written a few Perl scripts to feed them into MRTG.

>   - Hits/Sec (running average)

I have a filter which collects this particular statistic.  

Mail me off-list if you want a copy of any of these items...

Tim

> 
> 
> 
> 
> 
> 
> 
> ---------------------------------
> TV dinner still cooling?
> Check out "Tonight's Picks" on Yahoo! TV.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to