On Oct 18, 2012, at 2:51 PM, S Ahmed wrote:

> Hi,
> 
> When using the jdbc connection pool library, would it be possible to
> somehow record the # of connections that are being used,
> when the # of connections in the pool are being saturated etc., or is that 
> something that
> would have to be modified in the library itself?

The connection pool publishes some statistics to JMX.  An easy way to see them 
is connect with jconsole.  If you need more advanced statistics, you could 
check / monitor them programmatically or use an existing monitoring tool.

Dan


> 
> i.e. assuming I have can keep track of these counters, is there a way to
> monitor these events in the library or would the jdbc library itself need
> to be modified to expose these events?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to