WMI ASP.net Request per Seconds not right
- by Louis Haußknecht
I'm querying a webserver for RequestsTotal and RequestsPerSec:
Select * from Win32_PerfRawData_ASPNET_ASPNETApplications
The server is a Windows Server 2008 R2 with IIS 7.5 and I'm querying it from my Windows 7 workstation using a C# program.
My problem is that both RequestsPerSec and RequestsTotal show the same value.
Running perfmon on that server and selecting the counters there shows the correct values.