Use Web Service attributes to create situations to monitor traffic and connection activity for a web server. Web Service is a multiple-instance attribute group. You cannot mix these attributes with those of any other multiple-instance group.
Anonymous Users/sec The rate users are making anonymous connections using the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Bytes Received/sec The rate that data bytes are received by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Bytes Sent/sec The rate that data bytes are sent by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Bytes Total/sec The sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
CGI Requests/sec The rate of CGI requests that are simultaneously being processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Connection Attempts/sec The rate that connections using the Web service are being attempted. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current Anonymous Users The number of users who currently have an anonymous connection using the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current Blocked Async I/O Requests Current requests temporarily blocked due to bandwidth throttling settings. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current CGI Requests Current number of CGI requests that are simultaneously being processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current Connections The current number of connections established with the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current ISAPI Extension Requests The current number of Extension requests that are simultaneously being processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Current NonAnonymous Users The number of users who currently have a non-anonymous connection using the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Delete Requests/sec The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Files Received/sec The rate files are received by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Files Sent/sec The rate files are sent by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Files/sec The rate files are transferred, that is, sent and received by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Get Requests/sec The rate HTTP requests using the GET method are made. Get requests are generally used for basic file retrievals or image maps, though they can be used with forms. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Head Requests/sec The rate HTTP requests using the HEAD method are made. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
ISAPI Extension Requests/sec The rate of ISAPI Extension requests that are simultaneously being processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Logon Attempts/sec The rate that logons using the Web service are being attempted. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Maximum Anonymous Users The maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Maximum CGI Requests Maximum number of CGI requests simultaneously processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Maximum Connections The maximum number of simultaneous connections established with the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Maximum ISAPI Extension Requests The maximum number of Extension requests simultaneously processed by the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Maximum NonAnonymous Users The maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Measured Async I/O Bandwidth Usage Measured bandwidth of asynchronous I/O averaged over a minute. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
NonAnonymous Users/sec The rate users are making non-anonymous connections using the Web service. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Not Found Errors/sec The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Other Request Methods/sec The rate HTTP requests are made that do not use the GET, POST, PUT, DELETE, TRACE or HEAD methods. These may include LINK or other methods supported by gateway applications. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Post Requests/sec The rate HTTP requests using the POST method are made. Post requests are generally used for forms or gateway 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.
Put Requests/sec The rate HTTP requests using the PUT method are made. 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 Code Resident Bytes System Code Resident Bytes (note that this attribute is not available on systems running 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.
Timestamp The date and time the Tivoli Enterprise Monitoring Server samples the data. 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 Allowed Async I/O Requests Total requests allowed by bandwidth throttling settings (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Anonymous Users The total number of users who established an anonymous connection with the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Blocked Async I/O Requests Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total CGI Requests Custom gateway executables (exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests spawn a process on the server which can be a large drain on server resources. The count is the total since service startup. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Connection Attempts The number of connections that have been attempted using the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Delete Requests Total Delete Requests is the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Files Received The total number of files received by the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Files Sent The total number of files sent by the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Files Transferred The sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Get Requests The number of HTTP requests using the GET method (counted since service startup). Get requests are generally used for basic file retrievals or image maps, though they can be used with forms. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Head Requests The number of HTTP requests using the HEAD method (counted since service startup). Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total ISAPI Extension Requests Custom gateway Dynamic Link Libraries (dll) the administrator can install to add forms processing or other dynamic data sources. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications. The count is the total since service startup. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Logon Attempts The number of logons that have been attempted using the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Method Requests The number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Method Requests/sec The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total NonAnonymous Users The total number of users who established a non-anonymous connection with the Web service (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Not Found Errors The number of requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. The count is the total since service startup. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Other Request Methods The number of HTTP requests that are not GET, POST, PUT, DELETE, TRACE or HEAD methods (counted since service startup). These may include LINK or other methods supported by gateway applications. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Post Requests The number of HTTP requests using the POST method (counted since service startup). Post requests are generally used for forms or gateway 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.
Total Put Requests The number of HTTP requests using the PUT method (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Rejected Async I/O Requests Total requests rejected due to bandwidth throttling settings (counted since service startup). Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Total Trace Requests The number of HTTP requests using the TRACE method (counted since service startup). Trace requests allow the client to see what is being received at the end of the request chain and use the information for diagnostic purposes. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *AVG, *MIN, *MAX, or *SUM functions.
Web Site Name of web site. Valid format is a text string of up to 64 characters.