WMI ASP.net Request per Seconds not right

Posted by Louis Haußknecht on Server Fault See other posts from Server Fault or by Louis Haußknecht
Published on 2012-11-21T16:27:00Z Indexed on 2012/11/21 17:01 UTC
Read the original article Hit count: 237

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about iis

Related posts about iis7