ASP .Net Applications Test

This test reports key statistics pertaining to applications deployed on the ASP .Net server.

Target of the test : An ASP .Net server

Agent deploying the test : An internal agent

Outputs of the test : One set of results for the ASP .Net server being monitored.

Configurable parameters for the test
Parameter Description

Test Period

How often should the test be executed

Host

The IP address of the host for which this test is to be configured.

Port

The port at which the specified Host listens.

Measurements made by the test
Measurement Description Measurement Unit Interpretation

Request rate

Indicates the number of requests executed per second.

Number

This represents the current throughput of the application.

Pipeline instances

Indicates 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.

Number of errors

Indicates 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.