|
Replies:
2
-
Last Post:
Oct 31, 2008 1:01 AM
by: sm157516
|
|
|
|
|
|
|
Monitor active connections in a JDBC pool over time - possible?
Posted:
Oct 30, 2008 1:30 AM
|
|
|
Hi, is there an (easy) way to monitor the number of active connections in a database pool over time. I'm often in a situation where i've run out of available connections in the pool. I've tried increasing the max number but without success. So would like to monitor them over time to see if i can spot any pattern and work out what is either using them all, or not freeing them up
Any ideas
Thanks
|
|
|
|
|
|
|
Re: Monitor active connections in a JDBC pool over time - possible?
Posted:
Oct 30, 2008 9:22 AM
in response to: jsl123
|
|
|
Are you using any type of application server?
|
|
|
|
|