Is there any way I can see the number of active connections in a connection pool? I inherited an application that has a connection leak somewhere and the project is too large to find it right away. It only happens every few days so I was wondering if there's a way I can see how many connections are sitting in the pool count so if it gets dangerously close to the maximum I can manually reset them before requesting a connection gets timed out.
Start Free Trial