ASP .Net App Requests Test

This test monitors how well the application domain handles requests.

Target of the test : An ASP .Net server

Agent deploying the test : An internal agent

Outputs of the test : One set of results for every ASP .Net application domain on a monitored ASP .Net server.

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

Requests executing

The number of requests currently executing.

Number

This measure is incremented when the HttpRuntime begins to process the request and is decremented after the HttpRuntime finishes the request.

Requests app queue

The number of requests currently in the application request queue.

Number

 

Requests not found

The number of requests that did not find the required resource.

Number

 

Requests not authorized

The number of request failed due to unauthorized access.

Number

Values greater than 0 indicate that proper authorization has not been provided, or invalid authors are trying to access a particular resource.

Requests timed out

The number of requests timed out.

Number

 

Requests succeeded

The rate at which requests succeeded

Requests/Sec