Can't see counters at the performance monitor

  • Thread starter Thread starter Raz Davidovich
  • Start date Start date
R

Raz Davidovich

Hi All,

I am trying to view the: "Current # of pooled and non
pooled connections"
from the performance monitor.
When I select the performance object ".NET CLR Data"
and select a counter from the list of counters, I can't
select an instance from the instances list (not even
_Global_) because it is disabled.
What can be the cause of that ?

Thanks !!

Raz
 
This is (probably) because there are no programs running that are using the
SqlClient .NET data provider. I have a demo that does the same thing--I
always have to remember to run it AFTER having started another application
that opens a connection.


hth

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
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.
__________________________________
 
Back
Top