Search code examples
asp.netperfmon

How can one access perfmon (windows server 2008) raw collected data from an ASP.NET web application?


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


Solution

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