Conn Pooling Monitor

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

I would like to build a monitor application that monitors the connection pooling. I know that it is possible to use PerfMon for SQL Server, but I would like to build my own to deal with other providers.

Does anyone have any link to articles or any other information that I could look at?

Thanks.
Mike
 
I wrote quite a bit about this in my new book, but it won't be out until November... (sigh).
The performance counters depend on the providers exposing the metrics from their own pooling mechanism. I don't know that any of them (besides SqlClient) do this. I wrote such an application and I demo it in my workshops and some of my conference sessions. It's not that hard...

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________


Hi,

I would like to build a monitor application that monitors the connection pooling. I know that it is possible to use PerfMon for SQL Server, but I would like to build my own to deal with other providers.

Does anyone have any link to articles or any other information that I could look at?

Thanks.
Mike
 
Back
Top