In an ASP.NET web application, how can I access the raw data collected from perfmon in windows server 2008?
views:
148answers:
1
Q:
How can one access perfmon (windows server 2008) raw collected data from an ASP.NET web application?
+2
A:
I think the PerformanceCounter class in System.Diagnostics is what you might be looking for.
JP Alioto
2010-01-07 02:33:20
That is what I'm looking for. Thank you.
Kant
2010-04-20 16:18:50