eG Monitoring
 

Measures reported by AspNetAppRequestTest

The AspNetAppRequestTest monitors how well the application domain handles requests.

The measures made by this test are as follows:

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 requests 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_succeded The rate at which requests succeeded. Requests/Sec