This content has been marked as final.
Show 2 replies
-
1. Re: Monitoring Servlets and JDBC
wdfink May 22, 2013 3:03 PM (in response to florentine)The only way I know is to wrap the jdbc connection class to monitor it.
But most I'vw e seen is to calculate that inside the appcode.
-
2. Re: Monitoring Servlets and JDBC
florentine Jul 11, 2013 10:58 AM (in response to wdfink)I was able to solve the problem by using the log4jdbc logger (https://code.google.com/p/log4jdbc/)
It incercepts all the jdbc calls, it takes their roundrip time and it writes one log entry with the cumulative time.