views:

148

answers:

1

In an ASP.NET web application, how can I access the raw data collected from perfmon in windows server 2008?

+2  A: 

I think the PerformanceCounter class in System.Diagnostics is what you might be looking for.

JP Alioto
That is what I'm looking for. Thank you.
Kant