Web Service Cache Object
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The Web Service Cache object counters installed with Internet Information Services monitor file transfer rates, bandwidth usage, and connection rates.
You can view performance data for all instances of this object (using the _Total instance) or for specific instances, such as the Default Web Site or Administration Web Site instances.
In addition to these counters, counters supplied by the Internet Information Services Global performance object combine data for the Web service with the performance data they report for IIS as a whole. For more information, see the Internet Information Services Global Object.
Counter Name | Description | Counter Type |
---|---|---|
Anonymous Users/sec |
Shows the rate at which users are making anonymous connections using the Web service. |
|
Bytes Received/sec |
Showsthe rate that data bytes are received by the Web service. |
|
Bytes Sent/sec |
Shows the rate that data bytes are sent by the Web service. |
|
Bytes Total/sec |
Shows the sum of Web Service\Bytes Sent/sec and Web Service\Bytes Received/sec. This is the total rate of bytes transferred by the Web service. |
|
CGI Requests/sec |
Shows the rate at which Common Gateway Interface (CGI) requests are simultaneously being processed by the Web service. |
|
Connection Attempts/sec |
Shows the rate at which connections using the Web service are being attempted. |
|
Copy Requests/sec |
Shows the rate at which HTTP requests using the COPY method are made. Copy requests are used for copying files and directories |
|
Current Anonymous Users |
Shows the number of users who currently have an anonymous connection using the Web service. |
|
Current Blocked Async I/O Requests |
Shows current requests that are temporarily blocked due to bandwidth throttling settings. |
|
Current CAL count for authenticated users |
Shows the current count of licenses used simultaneously by the Web service for authenticated connections. |
|
Current CAL count for SSL connections |
Shows the current count of licenses used simultaneously by the Web service for SSL connections. |
|
Current CGI Requests |
Shows the current number of CGI requests that are simultaneously being processed by the Web service. |
|
Current Connections |
Shows the current number of connections established with the Web service. |
|
Current ISAPI Extension Requests |
Shows the current number of Extension requests that are simultaneously being processed by the Web service. |
|
Current NonAnonymous Users |
Shows the number of users who currently have a non-anonymous connection using the Web service. |
|
Delete Requests/sec |
Shows the rate at which HTTP requests using the DELETE method are made. Delete requests are generally used for file removals. |
|
Files Received/sec |
Shows the rate at which files are received by the Web service. |
|
Files Sent/sec |
Shows the rate at which files are sent by the Web service. |
|
Files/sec |
Shows the rate at which files are transferred, that is, sent and received by the Web service. |
|
Get Requests/sec |
Shows the rate at which 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. |
|
Head Requests/sec |
Shows the rate at which 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. |
|
ISAPI Extension Requests/sec |
Shows the rate at which ISAPI Extension requests are simultaneously being processed by the Web service. |
|
Lock Requests/sec |
Shows the rate at which HTTP requests using the LOCK method are made. Lock requests are used to lock a file for one user so that only that user can modify the file. |
|
Locked Errors/sec |
Shows the rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked. These are generally reported as an HTTP 423 error code to the client. |
|
Logon Attempts/sec |
Shows the rate at which logons using the Web service are being attempted. |
|
Maximum Anonymous Users |
Shows the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup). |
|
Maximum CAL count for authenticated users |
Shows the maximum count of licenses used simultaneously by the Web service for authenticated connections. |
|
Maximum CAL count for SSL connections |
Shows the maximum count of licenses used simultaneously by the Web service for SSL connections. |
|
Maximum CGI Requests |
Shows the maximum number of CGI requests simultaneously processed by the Web service. |
|
Maximum Connections |
Shows the maximum number of simultaneous connections established with the Web service. |
|
Maximum ISAPI Extension Requests |
Shows the maximum number of Extension requests simultaneously processed by the Web service. |
|
Maximum NonAnonymous Users |
Shows the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup). |
|
Measured Async I/O Bandwidth Usage |
Shows the measured bandwidth of asynchronous I/O averaged over a minute. |
|
Mkcol Requests/sec |
Shows the rate at which HTTP requests using the MKCOL method are made. MKCOL requests are used to create directories on the server. |
|
Move Requests/sec |
Shows the rate at which HTTP requests using the MOVE method are made. MOVE requests are used for moving files and directories. |
|
NonAnonymous Users/sec |
Shows the rate at which users are making nonanonymous connections using the Web service. |
|
Not Found Errors/sec |
Shows 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. |
|
Options Requests/sec |
Shows the rate at which HTTP requests using the OPTIONS method are made. |
|
Other Request Methods/sec |
Shows the rate at which HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods. These may include LINK or other methods supported by gateway applications. |
|
Post Requests/sec |
Shows the rate at which HTTP requests using the POST method are made. POST requests are generally used for forms or gateway requests. |
|
Propfind Requests/sec |
Shows the rate at which HTTP requests using the PROPFIND method are made. PROPFIND requests retrieve property values on files and directories. |
|
Proppatch Requests/sec |
Shows the rate at which HTTP requests using the PROPPATCH method are made. PROPPATCH requests set property values on files and directories. |
|
Put Requests/sec |
Shows the rate at which HTTP requests using the PUT method are made. The PUT method requests that the document sent to the server be stored under the supplied Internet address. |
|
Search Requests/sec |
Shows the rate at which HTTP requests using the MS-SEARCH method are made. Search requests are used to query the server to find resources that match a set of conditions provided by the client. |
|
Total Allowed Async I/O Requests |
Shows the total number of requests allowed by bandwidth throttling settings (counted since service startup). When bandwidth throttling is defined, the number of allowed user requests is restricted. |
|
Total Anonymous Users |
Shows the total number of users who established an anonymous connection with the Web service (counted since service startup). |
|
Total Blocked Async I/O Requests |
Shows the number of total requests temporarily blocked due to bandwidth throttling settings (counted since service startup). |
|
Total CGI Requests |
Shows the total number of CGI requests. CGI requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources. CGI requests initiate a process on the server which can be a large drain on server resources. The count is the total since service startup. |
|
Total Connection Attempts (all instances) |
Shows the number of connections that have been attempted using the Web service (counted since service startup). This counter is for all instances listed. |
|
Total Copy Requests |
Shows the number of HTTP requests using the COPY method (counted since service startup). COPY requests are used for copying files and directories |
|
Total count of failed CAL requests for authenticated users |
Shows the number of HTTP requests that failed due to a license being unavailable for an authenticated user. The count is the total since service startup. |
|
Total count of failed CAL requests for SSL connections |
Shows the total count of HTTP requests that failed due to a license being unavailable for SSL connections. |
|
Total Delete Requests |
Shows the number of HTTP requests using the DELETE method (counted since service startup). Delete requests are generally used for file removals. |
|
Total Files Received |
Shows the total number of files received by the Web service (counted since service startup). |
|
Total Files Sent |
Shows the total number of files sent by the Web service (counted since service startup). |
|
Total Files Transferred |
Shows the sum of Files Sent and Files Received. This is the total number of files transferred by the Web service (counted since service startup). |
|
Total Get Requests |
Shows 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. |
|
Total Head Requests |
Shows 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. |
|
Total ISAPI Extension Requests |
Shows the total number of ISAPI Extension Requests. ISAPI Extension Requests are 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. |
|
Total Lock Requests |
Shows the number of HTTP requests using the LOCK method (counted since service startup). LOCK requests are used to lock a file for one user so that only that user can modify the file. |
|
Total Locked Errors |
Shows the number of requests that couldn't be satisfied by the server because the requested was locked. These are generally reported as an HTTP 423 error code to the client. The count is the total since service startup. |
|
Total Logon Attempts |
Shows the number of logons that have been attempted using the Web service (counted since service startup). |
|
Total Method Requests |
Shows the number of all HTTP requests (counted since service startup). |
|
Total Method Requests/sec |
Shows the rate at which all HTTP requests are made. |
|
Total Mkcol Requests |
Shows the number of HTTP requests using the MKCOL method (counted since service startup). MKCOL requests are used to create directories on the server. |
|
Total Move Requests |
Shows the number of HTTP requests using the MOVE method (counted since service startup). MOVE requests are used for moving files and directories. |
|
Total NonAnonymous Users |
Shows the total number of users who established a non-anonymous connection with the Web service (counted since service startup). |
|
Total Not Found Errors |
Shows 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. |
|
Total Options Requests |
Shows the number of HTTP requests using the OPTIONS method (counted since service startup). |
|
Total Other Request Methods |
Shows the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, MS-SEARCH, LOCK or UNLOCK methods (counted since service startup). These may include LINK or other methods supported by gateway applications. |
|
Total Post Requests |
Shows the number of HTTP requests using the POST method (counted since service startup). POST requests are generally used for forms or gateway requests. |
|
Total Propfind Requests |
Shows the number of HTTP requests using the PROPFIND method (counted since service startup). PROPFIND requests retrieve property values on files and directories. |
|
Total Proppatch Requests |
Shows the number of HTTP requests using the PROPPATCH method (counted since service startup). PROPPATCH requests set property values on files and directories. |
|
Total Put Requests |
Shows the number of HTTP requests using the PUT method (counted since service startup). |
|
Total Rejected Async I/O Requests |
Shows the total number of requests rejected due to bandwidth throttling settings (counted since service startup). |
|
Total Search Requests |
Shows the number of HTTP requests using the MS-SEARCH method (counted since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client. |
|
Total Trace Requests |
Shows 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. |
|
Total Unlock Requests |
Shows the number of HTTP requests using the UNLOCK method (counted since service startup). UNLOCK requests are used to remove locks from files. |
|
Trace Requests/sec |
Shows the rate at which HTTP requests using the TRACE method are made. 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. |
|
Unlock Requests/sec |
Shows the rate at which HTTP requests using the UNLOCK method are made. UNLOCK requests are used to remove locks from files. |