W3_BYTES_RECEIVED_COUNTER_009_HELP=Bytes Received/sec is the rate that data bytes are received by the HTTP Server.
W3_BYTES_TOTAL_COUNTER_009_NAME=Bytes Total/sec
W3_BYTES_TOTAL_COUNTER_009_HELP=Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the HTTP Server.
W3_FILES_SENT_COUNTER_009_NAME=Files Sent
W3_FILES_SENT_COUNTER_009_HELP=Files Sent is the total number of files sent by the HTTP Server.
W3_FILES_RECEIVED_COUNTER_009_NAME=Files Received
W3_FILES_RECEIVED_COUNTER_009_HELP=Files Received is the total number of files received by the HTTP Server.
W3_FILES_TOTAL_COUNTER_009_NAME=Files Total
W3_FILES_TOTAL_COUNTER_009_HELP=Files Total is the sum of Files Sent and Files Received. This is the total number of files transferred by the HTTP Server.
W3_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of nonanonymous users simultaneously connected to the HTTP Server.
W3_CONNECTION_ATTEMPTS_COUNTER_009_HELP=Connection Attempts is the number of connection attempts that have been made to the HTTP Server.
W3_LOGON_ATTEMPTS_COUNTER_009_NAME=Logon Attempts
W3_LOGON_ATTEMPTS_COUNTER_009_HELP=Logon Attempts is the number of logon attempts that have been made by the HTTP Server.
W3_TOTAL_GETS_COUNTER_009_NAME=Get Requests
W3_TOTAL_GETS_COUNTER_009_HELP=Get Requests is the number of HTTP requests using the GET method. Get requests are generally used for basic file retrievals or image maps, though they can be used with forms.
W3_TOTAL_POSTS_COUNTER_009_NAME=Post Requests
W3_TOTAL_POSTS_COUNTER_009_HELP=Post Requests is the number of HTTP requests using the POST method. Post requests are generally used for forms or gateway requests.
W3_TOTAL_HEADS_COUNTER_009_NAME=Head Requests
W3_TOTAL_HEADS_COUNTER_009_HELP=Head Requests is the number of HTTP requests using the HEAD method. Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
W3_TOTAL_OTHERS_COUNTER_009_HELP=Other Request methods is the number of HTTP requests that are not GET, POST or HEAD methods. These may include PUT, DELETE, LINK or other methods supported by gateway applications.
W3_TOTAL_CGI_REQUESTS_COUNTER_009_HELP=Common Gateway Interface (CGI) requests are 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.
W3_TOTAL_BGI_REQUESTS_COUNTER_009_HELP=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.
W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_NAME=Not Found Errors
W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_HELP=Not Found Errors is 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.
W3_CURRENT_CGI_COUNTER_009_HELP=Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the HTTP Server. This includes WAIS index queries
W3_CURRENT_BGI_COUNTER_009_HELP=Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the HTTP Server.
W3_MAX_CGI_COUNTER_009_NAME=Maximum CGI Requests
W3_MAX_CGI_COUNTER_009_HELP=Maximum CGI Requests is the maximum number of CGI requests that have been simultaneously processed by the HTTP Server. This includes WAIS index queries
W3_MAX_BGI_COUNTER_009_HELP=Maximum ISAPI Extension Requests is the maximum number of Extension requests that have been simultaneously processed by the HTTP Server.