Web Load Testing .NET® monitoring
Real Time .NET Server Monitoring
- .NET monitors allow the user to monitor all the Windows machines and get specific counters from .NET Server.
- NeoLoad uses PerfMon to get the standard Windows performance counters.
.NET Monitoring Counters
All these performance counters are available both while the web load test is running and in the results. On a typical .NET, the main, basic counters are as follows:
-
ASP.NET\Requests Queued.The number of queued ASP requests that are waiting to be processed.
-
ASP.NET\Requests Executing.The number of ASP requests currently executing.
-
ASP.NET\Request Wait Time.The number of milliseconds that the most recent ASP request was waiting in the queue. Warning, this value can be somewhat misleading because it is not an average.
-
ASP.NET\Request Execution Time.The number of milliseconds that the most recent ASP request took to execute. Warning, this value can be somewhat misleading because it is not an average.