Use the Active Server Pages attributes to create situations to monitor Active Server Page requests, session information, and memory allocation. Active Server Pages is a single-instance attribute group.
Allocated Memory The total amount of memory currently allocated by Active Server Pages. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 3.0 or IIS 4.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Allocated Memory In Free List The number of bytes of allocated memory in the free memory list. Note that this attribute is only available on systems running with IIS installed and configured. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Allocated Memory In Used List The number of bytes of allocated memory in the used memory list. Note that this attribute is only available on systems running with IIS installed and configured. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Browser Requests Executing The number of browser requests currently executing. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 754 browser requests, enter 754.
Communication Failed The number of requests that failed due to communication failure. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to enter 90 requests that failed, enter 90.
Debugging Requests Number of debugging document requests. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Errors During Script Runtime Number of requests failed due to runtime errors. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Errors From ASP Preprocessor Number of requests failed due to preprocessor errors. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Errors From Script Compilers Number of requests failed due to script compilation errors. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Free Script Engines In Cache The number of free script engines in cache. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to enter 350 free script engines in the cache, enter 350.
Request Errors/sec The number of errors per second, including connection errors, compile errors, and runtime errors. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 90 errors per second, enter 90.
Request Execution Time The number of milliseconds that it took to execute the most recent request. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 378 milliseconds, enter 378.
Request Total Bytes In The total size, in bytes, of all the requests that have been enqueued. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Request Total Bytes Out The total size, in bytes, of responses sent to clients. This does not include standard HTTP headers. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 45,361 total bytes out, enter 45361.
Request Wait Time The number of milliseconds since the most recent request. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 350 milliseconds since the most recent request, enter 350.
Requests Current The number of requests expecting service from the queue. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 70 requests expecting service, enter 70.
Requests Executed The total number of requests that have been dequeued and successfully executed. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 265 requests executed, enter 265.
Requests Failed The total number of requests that had a compile time or runtime error. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 2895 requests failed, enter 2895.
Requests Not Authorized Number of requests failed due to insufficient access rights. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Requests Not Found The number of requests for files that were not found. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Requests Rejected The total number of requests not executed because the queue was full or there were insufficient resources to enqueue the requests. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 1358 requests rejected, enter 1358.
Requests/sec The number of requests executed per second. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 450 requests executed per second, enter 450.
Requests Timed Out The number of requests that timed out. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 90 requests timed out, enter 90.
Requests Total The total number of requests that have been enqueued since the service was started. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 4500 requests executed, enter 4500.
Session Duration The number of milliseconds that the most recent session persisted. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Session Timed Out Requests Executing The number of sessions timed out with requests currently executing. Note that this attribute is only available on systems running with IIS installed and configured. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 265 sessions time out with requests currently executing, enter 265.
Sessions Current The current number of sessions being serviced. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 465 sessions being serviced, enter 465.
Sessions Timed Out The number of sessions timed out. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 262 sessions timed out, enter 262.
Sessions Timed Out Requests In Queue The number of sessions timed out with requests queued to execute. Note that this attribute is only available on systems running with IIS installed and configured. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 311 sessions timed out with requests queued, enter 311.
Sessions Total The total number of sessions since the service was started. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
System Name The network name of the source of this information. Valid format is a text string of up to 64 characters.
Template Cache Hit Rate Percent of requests found in template cache. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Template Notifications The number of templates invalidated in the cache due to change notification. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Templates Cached The number of templates currently cached. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Thread Pool Current The current number of threads in the Active Server Pages thread pool. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 3.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 4863 number of threads in the thread pool, enter 4863.
Timestamp The date and time the Tivoli Enterprise Monitoring Server samples the data. Date and time of the sample. Standard 16-character date/time format (CYYMMDDHHMMSSmmm), where:
C |
Century (0 for 20th, 1 for 21st) |
YY |
Year |
MM |
Month |
DD |
Day |
HH |
Hour |
MM |
Minute |
SS |
Second |
mmm |
Millisecond |
Use simple text strings as described above. For example, enter 0971009130500000 to express October 9, 1997, 1:05:00 pm.
Total Queue Length The total number of requests that are currently enqueued. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 3.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 867 requests that are in the queue, enter 867.
Transactions Aborted The number of transactions aborted. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Transactions Committed The number of transactions committed. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Transactions Pending Number of transactions in progress. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Transactions Total The total number of transactions since the service was started. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Transactions/Sec Transactions started per second. Note that this attribute is only available on systems running Windows NT 4.0 with IIS 4.0 or Windows 2000 with IIS 5.0. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.