0

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

Saturn K
  • 2,705
  • 4
  • 26
  • 38

1 Answers1

2

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

JP Alioto
  • 44,864
  • 6
  • 88
  • 112