Re: Calculate time to get a connection from JDBC Pool

2021-09-12 Thread Lasantha Samarakoon
. So in this case, we won't be able to open up JMX (due to security concerns), and also we will not be able to track down each JDBC connection object and get the individual connection establishment time. Thanks & Regards, *Lasantha Samarakoon* M: +94 (71) 214 1576 | E: lasn1...@gmail.com

Calculate time to get a connection from JDBC Pool

2021-09-06 Thread Lasantha Samarakoon
Hi all, I am working on Tomcat JDBC Pools and I have a requirement that needs to calculate the total time it takes to get a connection from the JDBC pool. This is to cover the entire connection borrowing process (includes connection creation, setting up, validation, etc). The Tomcat version we are