mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
6.3 KiB
97 lines
6.3 KiB
[info]
|
|
drivername=W3SVC
|
|
symbolfile=w3ctrs.h
|
|
|
|
[languages]
|
|
009=English
|
|
|
|
[text]
|
|
W3_COUNTER_OBJECT_009_NAME=HTTP Service
|
|
W3_COUNTER_OBJECT_009_HELP=The HTTP Server object type includes counters specific to the HTTP Server service.
|
|
|
|
W3_BYTES_SENT_COUNTER_009_NAME=Bytes Sent/sec
|
|
W3_BYTES_SENT_COUNTER_009_HELP=Bytes Sent/sec is the rate that data bytes are sent by the HTTP Server.
|
|
|
|
W3_BYTES_RECEIVED_COUNTER_009_NAME=Bytes Received/sec
|
|
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_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
|
|
W3_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of anonymous users currently connected to the HTTP Server.
|
|
|
|
W3_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
|
|
W3_CURRENT_NONANONYMOUS_COUNTER_009_HELP=Current NonAnonymous Users is the number of nonanonymous users currently connected to the HTTP Server.
|
|
|
|
W3_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
|
|
W3_TOTAL_ANONYMOUS_COUNTER_009_HELP=Total Anonymous Users is the total number of anonymous users that have ever connected to the HTTP Server.
|
|
|
|
W3_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
|
|
W3_TOTAL_NONANONYMOUS_COUNTER_009_HELP=Total NonAnonymous Users is the total number of nonanonymous users that have ever connected to the HTTP Server.
|
|
|
|
W3_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
|
|
W3_MAX_ANONYMOUS_COUNTER_009_HELP=Maximum Anonymous Users is the maximum number of anonymous users simultaneously connected to the HTTP Server.
|
|
|
|
W3_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
|
|
W3_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of nonanonymous users simultaneously connected to the HTTP Server.
|
|
|
|
W3_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
|
|
W3_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections to the HTTP Server.
|
|
|
|
W3_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
|
|
W3_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of simultaneous connections to the HTTP Server.
|
|
|
|
W3_CONNECTION_ATTEMPTS_COUNTER_009_NAME=Connection Attempts
|
|
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_NAME=Other Request Methods
|
|
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_NAME=CGI Requests
|
|
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_NAME=ISAPI Extension Requests
|
|
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_NAME=Current CGI Requests
|
|
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_NAME=Current ISAPI Extension Requests
|
|
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_NAME=Maximum ISAPI Extension Requests
|
|
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.
|
|
|
|
W3_CONNECTIONS_PER_SEC_COUNTER_009_NAME=Connections/sec
|
|
W3_CONNECTIONS_PER_SEC_COUNTER_009_HELP=Connections/sec is the number of HTTP requests being handled per second.
|
|
|