MS Active Server Pages Performance Counters
The following table describes the default counters that can be monitored:
Measurement |
Description |
---|---|
Errors per Second |
The number of errors per second. |
Requests Wait Time |
The number of milliseconds the most recent request was waiting in the queue. |
Requests Executing |
The number of requests currently executing. |
Requests Queued |
The number of requests waiting in the queue for service. |
Requests Rejected |
The total number of requests not executed because there were insufficient resources to process them. |
Requests Not Found |
The number of requests for files that were not found. |
Requests/sec |
The number of requests executed per second. |
Memory Allocated |
The total amount of memory, in bytes, currently allocated by Active Server Pages. |
Errors During Script |
The number of failed requests due to run-time errors. |
Sessions Current |
The current number of sessions being serviced. |
Transactions/sec |
The number of transactions started per second. |