|
Measures reported by AspNetAppTest
This test reports key statistics pertaining to applications deployed on the ASP .NET server. The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Request_rate |
The number of requests executed per second |
Reqs/Sec |
This represents the current throughput of the application. |
| Pipeline_instances |
The number of active pipeline instances for the ASP.NET application |
Number |
Since only one execution thread can run within a pipeline instance, this number gives the maximum number of concurrent requests that are being processed for a given application. Ideally, the value of this measure should be low. |
| No_of_errors |
The total sum of all errors that occur during the execution of HTTP requests |
Number |
This measure should be kept at 0 or a very low value. |
|