Note that there are some explanatory texts on larger screens.

plurals
  1. PODifference between ASP.NET Performance Counters
    text
    copied!<p>I am doing some performance/load testing on an enterprise ASP.NET application using LoadRunner. LoadRunner allows me to monitor some performance counters on the remote machine but I'm a little confused on the differences between them. Some have the ASP.NET version number and some dont. Is there a difference?</p> <p>There seem to be several objects I can look at: ASP.NET Applications, ASP.NET Apps v2.0.50727, ASP.NET v2.0.50727. The counters I'm interested in are: Requests in Application Queue vs. Requests Queued, and Requests Executing.</p> <p>I've read <a href="http://msdn.microsoft.com/en-us/library/ff647791.aspx#scalenetchapt15_topic12" rel="nofollow" title="ASP.NET Performance">this</a> article but it doesn't describe the difference between an Object with or without a version number. Is there a difference?</p> <p>EDIT: I've found part of my answer in <a href="http://msdn.microsoft.com/en-us/library/a99txfy5%28v=vs.100%29.aspx#aspnet_performance_counters" rel="nofollow">this</a> article</p> <blockquote> <p>Performance counters enable you to monitor the operation of ASP.NET from the Windows Performance console. Each version of the .NET Framework installs a separate set of performance counter objects to monitor ASP.NET applications and to monitor ASP.NET as a whole. These objects use the naming conventions "ASP.NET Apps v.X.X.XXXX.X" and "ASP.NET v.X.X.XXXX.X", respectively, where v.X.X.XXXX.X denotes the ASP.NET version.</p> <p>In addition, the .NET Framework also installs ASP.NET system and ASP.NET application performance counters that apply to any installed versions of ASP.NET. Although these counters are valid for all versions of ASP.NET, they always correspond to the latest installed version. If the latest version of ASP.NET is uninstalled, these counters are automatically re-associated with the latest remaining version of ASP.NET.</p> </blockquote> <p>Knowing this, whats the difference between ASP.NET Applications\Requests in Application Queue vs. ASP.NET v2.X\Requests Queued</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload