开发者

Why are ASP.NET Requests Current performance counter always higher ASP.NET Applications Requests/sec counter

开发者 https://www.devze.com 2022-12-21 03:43 出处:网络
I’m monitoring a web application and I am confused about a few of the asp.net performan开发者_StackOverflow社区ce counter.

I’m monitoring a web application and I am confused about a few of the asp.net performan开发者_StackOverflow社区ce counter.

Can anyone explain the different between the ASP.NET Requests Current counter and the ASP.NET Applications Requests/sec?


The ASP.NET Request Current counter is displaying the current number of request currently being processed or about to be processed by the server.

The ASP.NET Applications Request/Sec measures the throughput of the server by how many requests the server can handle in one second.

The MSDN has some pretty good descriptions on the counters: http://msdn.microsoft.com/en-us/library/fxk122b4.aspx

Also in PerfMon checking the "Show description" checkbox shows some pretty good information.

Why are ASP.NET Requests Current performance counter always higher ASP.NET Applications Requests/sec counter

0

精彩评论

暂无评论...
验证码 换一张
取 消