home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / iis4_01.cab / w3ctrs.ini < prev    next >
Encoding:
INI File  |  1997-08-07  |  13.9 KB  |  191 lines

  1. [info]
  2. drivername=W3SVC
  3. symbolfile=w3ctrs.h
  4.  
  5. [languages]
  6. 009=English
  7.  
  8. [text]
  9. W3_COUNTER_OBJECT_009_NAME=Web Service
  10. W3_COUNTER_OBJECT_009_HELP=The Web Service object includes counters specific to the World Wide Web Publishing Service.
  11.  
  12. W3_BYTES_SENT_COUNTER_009_NAME=Bytes Sent/sec
  13. W3_BYTES_SENT_COUNTER_009_HELP=Bytes Sent/sec is the rate that data bytes are sent by the Web service.
  14.  
  15. W3_BYTES_RECEIVED_COUNTER_009_NAME=Bytes Received/sec
  16. W3_BYTES_RECEIVED_COUNTER_009_HELP=Bytes Received/sec is the rate that data bytes are received by the Web service.
  17.  
  18. W3_BYTES_TOTAL_COUNTER_009_NAME=Bytes Total/sec
  19. 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 Web service.
  20.  
  21. W3_FILES_SENT_COUNTER_009_NAME=Total Files Sent
  22. W3_FILES_SENT_COUNTER_009_HELP=Total Files Sent is the total number of files sent by the Web service (counted since service startup).
  23.  
  24. W3_FILES_SENT_SEC_009_NAME=Files Sent/sec
  25. W3_FILES_SENT_SEC_009_HELP=The rate files are sent by the Web service.
  26.  
  27. W3_FILES_RECEIVED_COUNTER_009_NAME=Total Files Received
  28. W3_FILES_RECEIVED_COUNTER_009_HELP=Total Files Received is the total number of files received by the Web service (counted since service startup).
  29.  
  30. W3_FILES_RECEIVED_SEC_009_NAME=Files Received/sec
  31. W3_FILES_RECEIVED_SEC_009_HELP=The rate files are received by the Web service.
  32.  
  33. W3_FILES_TOTAL_COUNTER_009_NAME=Total Files Transferred
  34. W3_FILES_TOTAL_COUNTER_009_HELP=Total Files Transferred is the sum of Files Sent and Files Received.  This is the total number of files transferred by the Web service (counted since service startup).
  35.  
  36. W3_FILES_SEC_009_NAME=Files/sec
  37. W3_FILES_SEC_009_HELP=The rate files are transferred, that is, sent and received by the Web service.
  38.  
  39. W3_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
  40. W3_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
  41.  
  42. W3_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
  43. W3_CURRENT_NONANONYMOUS_COUNTER_009_HELP=Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
  44.  
  45. W3_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
  46. W3_TOTAL_ANONYMOUS_COUNTER_009_HELP=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup).
  47.  
  48. W3_ANONYMOUS_USERS_SEC_009_NAME=Anonymous Users/sec
  49. W3_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making anonymous connections using the Web service.
  50.  
  51. W3_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
  52. W3_TOTAL_NONANONYMOUS_COUNTER_009_HELP=Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (counted since service startup).
  53.  
  54. W3_NON_ANONYMOUS_USERS_SEC_009_NAME=NonAnonymous Users/sec
  55. W3_NON_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making non-anonymous connections using the Web service.
  56.  
  57. W3_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
  58. W3_MAX_ANONYMOUS_COUNTER_009_HELP=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup).
  59.  
  60. W3_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
  61. W3_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup).
  62.  
  63. W3_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
  64. W3_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections established with the Web service.
  65.  
  66. W3_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
  67. W3_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of simultaneous connections established with the Web service.
  68.  
  69. W3_CONNECTION_ATTEMPTS_COUNTER_009_NAME=Total Connection Attempts
  70. W3_CONNECTION_ATTEMPTS_COUNTER_009_HELP=Total Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup).
  71.  
  72. W3_CONNECTION_ATTEMPTS_SEC_009_NAME=Connection Attempts/sec
  73. W3_CONNECTION_ATTEMPTS_SEC_009_HELP=The rate that connections using the Web service are being attempted.
  74.  
  75. W3_LOGON_ATTEMPTS_COUNTER_009_NAME=Total Logon Attempts
  76. W3_LOGON_ATTEMPTS_COUNTER_009_HELP=Total Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup).
  77.  
  78. W3_LOGON_ATTEMPTS_SEC_009_NAME=Logon Attempts/sec
  79. W3_LOGON_ATTEMPTS_SEC_009_HELP=The rate that logons using the Web service are being attempted.
  80.  
  81. W3_TOTAL_GETS_COUNTER_009_NAME=Total Get Requests
  82. W3_TOTAL_GETS_COUNTER_009_HELP=Total Get Requests is 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.
  83.  
  84. W3_TOTAL_GETS_SEC_009_NAME=Get Requests/sec
  85. W3_TOTAL_GETS_SEC_009_HELP=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.
  86.  
  87. W3_TOTAL_POSTS_COUNTER_009_NAME=Total Post Requests
  88. W3_TOTAL_POSTS_COUNTER_009_HELP=Total Post Requests is the number of HTTP requests using the POST method (counted since service startup).  Post requests are generally used for forms or gateway requests.
  89.  
  90. W3_TOTAL_POSTS_SEC_009_NAME=Post Requests/sec
  91. W3_TOTAL_POSTS_SEC_009_HELP=The rate HTTP requests using the POST method are made.  Post requests are generally used for forms or gateway requests.
  92.  
  93. W3_TOTAL_HEADS_COUNTER_009_NAME=Total Head Requests
  94. W3_TOTAL_HEADS_COUNTER_009_HELP=Total Head Requests is 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.
  95.  
  96. W3_TOTAL_HEADS_SEC_009_NAME=Head Requests/sec
  97. W3_TOTAL_HEADS_SEC_009_HELP=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.
  98.  
  99. W3_TOTAL_PUTS_COUNTER_009_NAME=Total Put Requests
  100. W3_TOTAL_PUTS_COUNTER_009_HELP=Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
  101.  
  102. W3_TOTAL_PUTS_SEC_009_NAME=Put Requests/sec
  103. W3_TOTAL_PUTS_SEC_009_HELP=The rate HTTP requests using the PUT method are made.
  104.  
  105. W3_TOTAL_DELETES_COUNTER_009_NAME=Total Delete Requests
  106. W3_TOTAL_DELETES_COUNTER_009_HELP=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.
  107.  
  108. W3_TOTAL_DELETES_SEC_009_NAME=Delete Requests/sec
  109. W3_TOTAL_DELETES_SEC_009_HELP=The rate HTTP requests using the DELETE method are made.  Delete requests are generally used for file removals.
  110.  
  111. W3_TOTAL_TRACES_COUNTER_009_NAME=Total Trace Requests
  112. W3_TOTAL_TRACES_COUNTER_009_HELP=Total Trace Requests is 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.
  113.  
  114. W3_TOTAL_TRACES_SEC_009_NAME=Trace Requests/sec
  115. W3_TOTAL_TRACES_SEC_009_HELP=The rate 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.
  116.  
  117. W3_TOTAL_OTHERS_COUNTER_009_NAME=Total Other Request Methods
  118. W3_TOTAL_OTHERS_COUNTER_009_HELP=Total Other Request Methods is 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.
  119.  
  120. W3_TOTAL_OTHERS_SEC_009_NAME=Other Request Methods/sec
  121. W3_TOTAL_OTHERS_SEC_009_HELP=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.
  122.  
  123. W3_TOTAL_REQUESTS_COUNTER_009_NAME=Total Method Requests
  124. W3_TOTAL_REQUESTS_COUNTER_009_HELP=Total Method Requests is the number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup).
  125.  
  126. W3_TOTAL_REQUESTS_SEC_009_NAME=Total Method Requests/sec
  127. W3_TOTAL_REQUESTS_SEC_009_HELP=The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made.
  128.  
  129. W3_TOTAL_CGI_REQUESTS_COUNTER_009_NAME=Total CGI Requests
  130. W3_TOTAL_CGI_REQUESTS_COUNTER_009_HELP=Total 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.  The count is the total since service startup.
  131.  
  132. W3_CGI_REQUESTS_SEC_009_NAME=CGI Requests/sec
  133. W3_CGI_REQUESTS_SEC_009_HELP=The rate of CGI requests that are simultaneously being processed by the Web service.
  134.  
  135. W3_TOTAL_BGI_REQUESTS_COUNTER_009_NAME=Total ISAPI Extension Requests
  136. W3_TOTAL_BGI_REQUESTS_COUNTER_009_HELP=Total 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.
  137.  
  138. W3_BGI_REQUESTS_SEC_009_NAME=ISAPI Extension Requests/sec
  139. W3_BGI_REQUESTS_SEC_009_HELP=The rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
  140.  
  141. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_NAME=Total Not Found Errors
  142. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_HELP=Total 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.  The count is the total since service startup.
  143.  
  144. W3_TOTAL_NOT_FOUND_ERRORS_SEC_009_NAME=Not Found Errors/sec
  145. W3_TOTAL_NOT_FOUND_ERRORS_SEC_009_HELP=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.
  146.  
  147. W3_CURRENT_CGI_COUNTER_009_NAME=Current CGI Requests
  148. W3_CURRENT_CGI_COUNTER_009_HELP=Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service.
  149.  
  150. W3_CURRENT_BGI_COUNTER_009_NAME=Current ISAPI Extension Requests
  151. W3_CURRENT_BGI_COUNTER_009_HELP=Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service.
  152.  
  153. W3_MAX_CGI_COUNTER_009_NAME=Maximum CGI Requests
  154. W3_MAX_CGI_COUNTER_009_HELP=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service.
  155.  
  156. W3_MAX_BGI_COUNTER_009_NAME=Maximum ISAPI Extension Requests
  157. W3_MAX_BGI_COUNTER_009_HELP=Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
  158.  
  159. W3_CURRENT_CAL_AUTH_COUNTER_009_NAME=Current CAL count for authenticated users
  160. W3_CURRENT_CAL_AUTH_COUNTER_009_HELP=Current CAL count for authenticated users is the current count of licenses used simultaneously by the Web service for authenticated connections.
  161.  
  162. W3_MAX_CAL_AUTH_COUNTER_009_NAME=Maximum CAL count for authenticated users
  163. W3_MAX_CAL_AUTH_COUNTER_009_HELP=Maximum CAL count for authenticated users is the maximum count of licenses used simultaneously by the Web service for authenticated connections.
  164.  
  165. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_009_NAME=Total count of failed CAL requests for authenticated users
  166. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_009_HELP=Total count of failed CAL request for authenticated users is 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.
  167.  
  168. W3_CURRENT_CAL_SSL_COUNTER_009_NAME=Current CAL count for SSL connections
  169. W3_CURRENT_CAL_SSL_COUNTER_009_HELP=Current CAL count for SSL connections is the current count of licenses used simultaneously by the Web service for SSL connections.
  170.  
  171. W3_MAX_CAL_SSL_COUNTER_009_NAME=Maximum CAL count for SSL connections
  172. W3_MAX_CAL_SSL_COUNTER_009_HELP=Maximum CAL count for SSL connections is the maximum count of licenses used simultaneously by the Web service for SSL connections.
  173.  
  174. W3_TOTAL_FAILED_CAL_SSL_COUNTER_009_NAME=Total count of failed CAL requests for SSL connections
  175. W3_TOTAL_FAILED_CAL_SSL_COUNTER_009_HELP=Total count of failed CAL requests for SSL connections is the total count of HTTP requests that failed due to a license being unavailable for SSL connections.
  176.  
  177. W3_ALLOWED_REQUESTS_COUNTER_009_NAME=Total Allowed Async I/O Requests
  178. W3_ALLOWED_REQUESTS_COUNTER_009_HELP=Total requests allowed by bandwidth throttling settings (counted since service startup).
  179.  
  180. W3_BLOCKED_REQUESTS_COUNTER_009_NAME=Total Blocked Async I/O Requests
  181. W3_BLOCKED_REQUESTS_COUNTER_009_HELP=Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
  182.  
  183. W3_REJECTED_REQUESTS_COUNTER_009_NAME=Total Rejected Async I/O Requests
  184. W3_REJECTED_REQUESTS_COUNTER_009_HELP=Total requests rejected due to bandwidth throttling settings (counted since service startup).
  185.  
  186. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_NAME=Current Blocked Async I/O Requests
  187. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_HELP=Current requests temporarily blocked due to bandwidth throttling settings.
  188.  
  189. W3_MEASURED_BANDWIDTH_COUNTER_009_NAME=Measured Async I/O Bandwidth Usage
  190. W3_MEASURED_BANDWIDTH_COUNTER_009_HELP=Measured bandwidth of asynchronous I/O averaged over a minute.
  191.