Is it possible (from an ASP.NET application) to check how many connections of the ADO.NET connection pool are currently in-use and how many are available (not currently in-use)?
You have tried with Performance Counters?
http://msdn.microsoft.com/en-us/library/ms254503.aspx
NumberOfActiveConnections: The number of active connections that are currently in use. NumberOfFreeConnections: The number of connections available for use in the connection pools.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With