Active Server Pages Object
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The Active Server Pages performance object consists of counters that monitor errors, requests, sessions, and other data generated by Active Server Pages (ASP pages) applications.
Counter Name | Description | Counter Type |
---|---|---|
Debugging Requests |
Shows the number of ASP pages sent to the script debugger. |
|
Errors During Script Runtime |
Shows the number of requests that fail due to run-time errors. |
|
Errors From ASP Preprocessor |
Shows the number of requests that fail due to preprocessor errors. |
|
Errors From Script Compilers |
Shows the total number of requests that fail due to script compilation errors. |
|
Errors/sec |
Shows the number of errors that occur per second. |
|
Request Bytes In Total |
Shows the total size of all requests. |
|
Request Bytes Out Total |
Shows the total size of all responses sent to clients. This does not include the standard Hypertext Transfer Protocol (HTTP) response headers. |
|
Request Execution Time |
Shows the time, in milliseconds, that it took to execute the most recent request. |
|
Request Wait Time |
Shows the time, in milliseconds, that the most recent request was waiting in the queue. |
|
Requests Disconnected |
Shows the number of requests that were disconnected due to a communications failure. |
|
Requests Executing |
Shows the number of requests that are currently being executed. |
|
Requests Failed Total |
Shows the total number of requests that fail due to errors, authorization failure, or rejections. |
|
Requests Not Authorized |
Shows the number of requests that fail due to insufficient access rights. |
|
Requests Not Found |
Shows the number of requests for files that were not found. |
|
Requests Queued |
Shows the number of requests waiting for service from the queue. |
|
Requests Rejected |
Shows the total number of requests that were not executed due to insufficient resources for processing the requests. This may be due to configuration problems or a memory limitation. |
|
Requests Succeeded |
Shows the number of requests that were successfully executed. |
|
Requests Timed Out |
Shows the number of requests that timed out. |
|
Requests Total |
Shows the total number of requests since the service was started. |
|
Requests/sec |
Shows the number of requests that were executed per second. This value is important for monitoring server performance. |
|
Script Engines Cached |
Shows the number of script engines that are in the cache. |
|
Session Duration |
Shows the time, in milliseconds, that the most recent session lasted. |
|
Sessions Current |
Shows the number of sessions that are being serviced. |
|
Sessions Timed Out |
Shows the number of sessions that have timed out. |
|
Sessions Total |
Shows the total number of sessions that have been opened since the service was started. |
|
Templates Cached |
Shows the number of templates that are currently in the ASP page file cache. |
|
Template Cache Hit Rate |
Shows the percentage of requests found in the template cache over the sample interval. |
|
Template Notifications |
Shows the number of templates invalidated in the cache due to change notification. |
|
Transactions Aborted |
Shows the number of transactions that were aborted (rolled back). |
|
Transactions Committed |
Shows the number of transactions that were committed. |
|
Transactions Pending |
Shows the number of transactions that have not yet been committed. |
|
Transactions Total |
Shows the total number of transactions since the service was started. This counter reports the sum of the values of Transactions Aborted, Transactions Committed, and Transactions Pending. |
|
Transactions/sec |
Shows the number of transactions started per second. |