I have a DataSource pool defined in Tomcat config  shared among multiple
servlets. I would like to monitor its activity level (number of active
connections vs min/max values). 

I tried to find a way to monitor it via JMX but found only ways to see
active connection per each servlet - which is sub-optimal as servlet list
keeps changing as developers work on the product. Is it possible to get the
total number of active connections via JMX? Or if not, how do I do I get
total number of active connections from within java? (I can then write my
own mbean for monitoring via JMX)

Thanks,

-M
-- 
View this message in context: 
http://www.nabble.com/Number-of-open-DB-connections-in-shared-a-datasource-pool--tp16041502p16041502.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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