Leaked source code of windows server 2003
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.

733 lines
50 KiB

  1. [info]
  2. drivername=W3SVC
  3. symbolfile=w3ctrs.h
  4. trusted=
  5. [languages]
  6. 009=English
  7. 000=Neutral
  8. [objects]
  9. W3_COUNTER_OBJECT_009_NAME=Web Service
  10. W3_GLOBAL_COUNTER_OBJECT_009_NAME=Web Service Cache
  11. [text]
  12. W3_COUNTER_OBJECT_009_NAME=Web Service
  13. W3_COUNTER_OBJECT_009_HELP=The Web Service object includes counters specific to the World Wide Web Publishing Service.
  14. W3_BYTES_SENT_COUNTER_009_NAME=Total Bytes Sent
  15. W3_BYTES_SENT_COUNTER_009_HELP=Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup).
  16. W3_BYTES_SENT_PER_SEC_009_NAME=Bytes Sent/sec
  17. W3_BYTES_SENT_PER_SEC_009_HELP=Bytes Sent/sec is the rate data bytes are being sent by the Web service.
  18. W3_BYTES_RECEIVED_COUNTER_009_NAME=Total Bytes Received
  19. W3_BYTES_RECEIVED_COUNTER_009_HELP=Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup).
  20. W3_BYTES_RECEIVED_PER_SEC_009_NAME=Bytes Received/sec
  21. W3_BYTES_RECEIVED_PER_SEC_009_HELP=Bytes Received/sec is the rate that data bytes are received by the Web service.
  22. W3_BYTES_TOTAL_COUNTER_009_NAME=Total Bytes Transfered
  23. W3_BYTES_TOTAL_COUNTER_009_HELP=Total bytes either received or sent by the Web service (since service startup).
  24. W3_BYTES_TOTAL_PER_SEC_009_NAME=Bytes Total/sec
  25. W3_BYTES_TOTAL_PER_SEC_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.
  26. W3_FILES_SENT_COUNTER_009_NAME=Total Files Sent
  27. W3_FILES_SENT_COUNTER_009_HELP=Total Files Sent is the total number of files sent by the Web service (since service startup).
  28. W3_FILES_SENT_SEC_009_NAME=Files Sent/sec
  29. W3_FILES_SENT_SEC_009_HELP=The rate files are sent by the Web service.
  30. W3_FILES_RECEIVED_COUNTER_009_NAME=Total Files Received
  31. W3_FILES_RECEIVED_COUNTER_009_HELP=Total Files Received is the total number of files received by the Web service (since service startup).
  32. W3_FILES_RECEIVED_SEC_009_NAME=Files Received/sec
  33. W3_FILES_RECEIVED_SEC_009_HELP=The rate files are received by the Web service.
  34. W3_FILES_TOTAL_COUNTER_009_NAME=Total Files Transferred
  35. W3_FILES_TOTAL_COUNTER_009_HELP=Total Files Transferred is the sum of Files Sent and Files Received (since service startup).
  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. W3_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
  39. W3_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
  40. W3_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
  41. 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.
  42. W3_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
  43. W3_TOTAL_ANONYMOUS_COUNTER_009_HELP=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup).
  44. W3_ANONYMOUS_USERS_SEC_009_NAME=Anonymous Users/sec
  45. W3_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making anonymous connections to the Web service.
  46. W3_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
  47. 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 (since service startup).
  48. W3_NON_ANONYMOUS_USERS_SEC_009_NAME=NonAnonymous Users/sec
  49. W3_NON_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making non-anonymous connections to the Web service.
  50. W3_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
  51. W3_MAX_ANONYMOUS_COUNTER_009_HELP=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup).
  52. W3_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
  53. W3_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup).
  54. W3_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
  55. W3_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections established with the Web service.
  56. W3_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
  57. W3_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup).
  58. W3_CONNECTION_ATTEMPTS_COUNTER_009_NAME=Total Connection Attempts (all instances)
  59. W3_CONNECTION_ATTEMPTS_COUNTER_009_HELP=Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed.
  60. W3_CONNECTION_ATTEMPTS_SEC_009_NAME=Connection Attempts/sec
  61. W3_CONNECTION_ATTEMPTS_SEC_009_HELP=The rate that connections to the Web service are being attempted.
  62. W3_LOGON_ATTEMPTS_COUNTER_009_NAME=Total Logon Attempts
  63. W3_LOGON_ATTEMPTS_COUNTER_009_HELP=Total Logon Attempts is the number of logons attempts to the Web Service (since service startup).
  64. W3_LOGON_ATTEMPTS_SEC_009_NAME=Logon Attempts/sec
  65. W3_LOGON_ATTEMPTS_SEC_009_HELP=The rate that logons to the Web service are being attempted.
  66. W3_TOTAL_OPTIONS_COUNTER_009_NAME=Total Options Requests
  67. W3_TOTAL_OPTIONS_COUNTER_009_HELP=Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup).
  68. W3_TOTAL_OPTIONS_SEC_009_NAME=Options Requests/sec
  69. W3_TOTAL_OPTIONS_SEC_009_HELP=The rate HTTP requests using the OPTIONS method are made.
  70. W3_TOTAL_GETS_COUNTER_009_NAME=Total Get Requests
  71. W3_TOTAL_GETS_COUNTER_009_HELP=Total Get Requests is the number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request.
  72. W3_TOTAL_GETS_SEC_009_NAME=Get Requests/sec
  73. W3_TOTAL_GETS_SEC_009_HELP=The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request.
  74. W3_TOTAL_POSTS_COUNTER_009_NAME=Total Post Requests
  75. W3_TOTAL_POSTS_COUNTER_009_HELP=Total Post Requests is the number of HTTP requests using the POST method (since service startup).
  76. W3_TOTAL_POSTS_SEC_009_NAME=Post Requests/sec
  77. W3_TOTAL_POSTS_SEC_009_HELP=The rate HTTP requests using the POST method are made.
  78. W3_TOTAL_HEADS_COUNTER_009_NAME=Total Head Requests
  79. W3_TOTAL_HEADS_COUNTER_009_HELP=Total Head Requests is the number of HTTP requests using the HEAD method (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.
  80. W3_TOTAL_HEADS_SEC_009_NAME=Head Requests/sec
  81. 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.
  82. W3_TOTAL_PUTS_COUNTER_009_NAME=Total Put Requests
  83. W3_TOTAL_PUTS_COUNTER_009_HELP=Total Put Requests is the number of HTTP requests using the PUT method (since service startup).
  84. W3_TOTAL_PUTS_SEC_009_NAME=Put Requests/sec
  85. W3_TOTAL_PUTS_SEC_009_HELP=The rate HTTP requests using the PUT method are made.
  86. W3_TOTAL_DELETES_COUNTER_009_NAME=Total Delete Requests
  87. W3_TOTAL_DELETES_COUNTER_009_HELP=Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup). Delete requests are generally used for file removals.
  88. W3_TOTAL_DELETES_SEC_009_NAME=Delete Requests/sec
  89. W3_TOTAL_DELETES_SEC_009_HELP=The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals.
  90. W3_TOTAL_TRACES_COUNTER_009_NAME=Total Trace Requests
  91. W3_TOTAL_TRACES_COUNTER_009_HELP=Total Trace Requests is the number of HTTP requests using the TRACE method (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.
  92. W3_TOTAL_TRACES_SEC_009_NAME=Trace Requests/sec
  93. 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.
  94. W3_TOTAL_MOVE_COUNTER_009_NAME=Total Move Requests
  95. W3_TOTAL_MOVE_COUNTER_009_HELP=Total Move Requests is the number of HTTP requests using the MOVE method (since service startup). Move requests are used for moving files and directories.
  96. W3_TOTAL_MOVE_SEC_009_NAME=Move Requests/sec
  97. W3_TOTAL_MOVE_SEC_009_HELP=The rate HTTP requests using the MOVE method are made. Move requests are used for moving files and directories.
  98. W3_TOTAL_COPY_COUNTER_009_NAME=Total Copy Requests
  99. W3_TOTAL_COPY_COUNTER_009_HELP=Total Copy Requests is the number of HTTP requests using the COPY method (since service startup). Copy requests are used for copying files and directories.
  100. W3_TOTAL_COPY_SEC_009_NAME=Copy Requests/sec
  101. W3_TOTAL_COPY_SEC_009_HELP=The rate HTTP requests using the COPY method are made. Copy requests are used for copying files and directories.
  102. W3_TOTAL_MKCOL_COUNTER_009_NAME=Total Mkcol Requests
  103. W3_TOTAL_MKCOL_COUNTER_009_HELP=Total Mkcol Requests is the number of HTTP requests using the MKCOL method (since service startup). Mkcol requests are used to create directories on the server.
  104. W3_TOTAL_MKCOL_SEC_009_NAME=Mkcol Requests/sec
  105. W3_TOTAL_MKCOL_SEC_009_HELP=The rate HTTP requests using the MKCOL method are made. Mkcol requests are used to create directories on the server.
  106. W3_TOTAL_PROPFIND_COUNTER_009_NAME=Total Propfind Requests
  107. W3_TOTAL_PROPFIND_COUNTER_009_HELP=Total Propfind Requests is the number of HTTP requests using the PROPFIND method (since service startup). Propfind requests retrieve property values on files and directories.
  108. W3_TOTAL_PROPFIND_SEC_009_NAME=Propfind Requests/sec
  109. W3_TOTAL_PROPFIND_SEC_009_HELP=The rate HTTP requests using the PROPFIND method are made. Propfind requests retrieve property values on files and directories.
  110. W3_TOTAL_PROPPATCH_COUNTER_009_NAME=Total Proppatch Requests
  111. W3_TOTAL_PROPPATCH_COUNTER_009_HELP=Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (since service startup). Proppatch requests set property values on files and directories.
  112. W3_TOTAL_PROPPATCH_SEC_009_NAME=Proppatch Requests/sec
  113. W3_TOTAL_PROPPATCH_SEC_009_HELP=The rate HTTP requests using the PROPPATCH method are made. Proppatch requests set property values on files and directories.
  114. W3_TOTAL_SEARCH_COUNTER_009_NAME=Total Search Requests
  115. W3_TOTAL_SEARCH_COUNTER_009_HELP=Total Search Requests is the number of HTTP requests using the SEARCH method (since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client.
  116. W3_TOTAL_SEARCH_SEC_009_NAME=Search Requests/sec
  117. W3_TOTAL_SEARCH_SEC_009_HELP=The rate HTTP requests using the 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.
  118. W3_TOTAL_LOCK_COUNTER_009_NAME=Total Lock Requests
  119. W3_TOTAL_LOCK_COUNTER_009_HELP=Total Lock Requests is the number of HTTP requests using the LOCK method (since service startup). Lock requests are used to lock a file for one user so that only that user can modify the file.
  120. W3_TOTAL_LOCK_SEC_009_NAME=Lock Requests/sec
  121. W3_TOTAL_LOCK_SEC_009_HELP=The rate 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.
  122. W3_TOTAL_UNLOCK_COUNTER_009_NAME=Total Unlock Requests
  123. W3_TOTAL_UNLOCK_COUNTER_009_HELP=Total Unlock Requests is the number of HTTP requests using the UNLOCK method (since service startup). Unlock requests are used to remove locks from files.
  124. W3_TOTAL_UNLOCK_SEC_009_NAME=Unlock Requests/sec
  125. W3_TOTAL_UNLOCK_SEC_009_HELP=The rate HTTP requests using the UNLOCK method are made. Unlock requests are used to remove locks from files.
  126. W3_TOTAL_OTHERS_COUNTER_009_NAME=Total Other Request Methods
  127. W3_TOTAL_OTHERS_COUNTER_009_HELP=Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (since service startup).
  128. W3_TOTAL_OTHERS_SEC_009_NAME=Other Request Methods/sec
  129. W3_TOTAL_OTHERS_SEC_009_HELP=The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods.
  130. W3_TOTAL_REQUESTS_COUNTER_009_NAME=Total Method Requests
  131. W3_TOTAL_REQUESTS_COUNTER_009_HELP=Total Method Requests is the number of all HTTP requests (since service startup).
  132. W3_TOTAL_REQUESTS_SEC_009_NAME=Total Method Requests/sec
  133. W3_TOTAL_REQUESTS_SEC_009_HELP=The rate HTTP requests are received.
  134. W3_TOTAL_CGI_REQUESTS_COUNTER_009_NAME=Total CGI Requests
  135. W3_TOTAL_CGI_REQUESTS_COUNTER_009_HELP=Total CGI requests is the total number of CGI requests (since service startup).
  136. W3_CGI_REQUESTS_SEC_009_NAME=CGI Requests/sec
  137. W3_CGI_REQUESTS_SEC_009_HELP=The rate CGI requests are received by the Web service.
  138. W3_TOTAL_BGI_REQUESTS_COUNTER_009_NAME=Total ISAPI Extension Requests
  139. W3_TOTAL_BGI_REQUESTS_COUNTER_009_HELP=Total ISAPI Extension Requests received (since service startup).
  140. W3_BGI_REQUESTS_SEC_009_NAME=ISAPI Extension Requests/sec
  141. W3_BGI_REQUESTS_SEC_009_HELP=The rate that ISAPI Extension requests are received by the Web service.
  142. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_NAME=Total Not Found Errors
  143. 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 (since service startup). These are generally reported as an HTTP 404 error code to the client.
  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. W3_TOTAL_LOCKED_ERRORS_COUNTER_009_NAME=Total Locked Errors
  147. W3_TOTAL_LOCKED_ERRORS_COUNTER_009_HELP=Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client.
  148. W3_TOTAL_LOCKED_ERRORS_SEC_009_NAME=Locked Errors/sec
  149. W3_TOTAL_LOCKED_ERRORS_SEC_009_HELP=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.
  150. W3_CURRENT_CGI_COUNTER_009_NAME=Current CGI Requests
  151. W3_CURRENT_CGI_COUNTER_009_HELP=Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service.
  152. W3_CURRENT_BGI_COUNTER_009_NAME=Current ISAPI Extension Requests
  153. W3_CURRENT_BGI_COUNTER_009_HELP=Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service.
  154. W3_MAX_CGI_COUNTER_009_NAME=Maximum CGI Requests
  155. W3_MAX_CGI_COUNTER_009_HELP=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup).
  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 ISAPI requests simultaneously processed by the Web service (since service startup).
  158. W3_CURRENT_CAL_AUTH_COUNTER_009_NAME=Current CAL count for authenticated users
  159. W3_CURRENT_CAL_AUTH_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  160. W3_MAX_CAL_AUTH_COUNTER_009_NAME=Maximum CAL count for authenticated users
  161. W3_MAX_CAL_AUTH_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  162. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_009_NAME=Total count of failed CAL requests for authenticated users
  163. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  164. W3_CURRENT_CAL_SSL_COUNTER_009_NAME=Current CAL count for SSL connections
  165. W3_CURRENT_CAL_SSL_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  166. W3_MAX_CAL_SSL_COUNTER_009_NAME=Maximum CAL count for SSL connections
  167. W3_MAX_CAL_SSL_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  168. W3_TOTAL_FAILED_CAL_SSL_COUNTER_009_NAME=Total count of failed CAL requests for SSL connections
  169. W3_TOTAL_FAILED_CAL_SSL_COUNTER_009_HELP=This counter is no longer valid. Value will always be zero.
  170. W3_ALLOWED_REQUESTS_COUNTER_009_NAME=Total Allowed Async I/O Requests
  171. W3_ALLOWED_REQUESTS_COUNTER_009_HELP=Total requests allowed by bandwidth throttling settings (since service startup).
  172. W3_BLOCKED_REQUESTS_COUNTER_009_NAME=Total Blocked Async I/O Requests
  173. W3_BLOCKED_REQUESTS_COUNTER_009_HELP=Total requests temporarily blocked due to bandwidth throttling settings (since service startup).
  174. W3_REJECTED_REQUESTS_COUNTER_009_NAME=Total Rejected Async I/O Requests
  175. W3_REJECTED_REQUESTS_COUNTER_009_HELP=Total requests rejected due to bandwidth throttling settings (since service startup).
  176. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_NAME=Current Blocked Async I/O Requests
  177. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_HELP=Current requests temporarily blocked due to bandwidth throttling settings.
  178. W3_MEASURED_BANDWIDTH_COUNTER_009_NAME=Measured Async I/O Bandwidth Usage
  179. W3_MEASURED_BANDWIDTH_COUNTER_009_HELP=Measured bandwidth of asynchronous I/O averaged over a minute.
  180. W3_TOTAL_BLOCKED_BANDWIDTH_BYTES_COUNTER_009_NAME=Total blocked bandwidth bytes.
  181. W3_TOTAL_BLOCKED_BANDWIDTH_BYTES_COUNTER_009_HELP=Total bytes blocked due to bandwidth throttling settings (since service startup).
  182. W3_CURRENT_BLOCKED_BANDWIDTH_BYTES_COUNTER_009_NAME=Current blocked bandwidth bytes.
  183. W3_CURRENT_BLOCKED_BANDWIDTH_BYTES_COUNTER_009_HELP=Current bytes temporarily blocked due to bandwidth throttling settings.
  184. W3_SERVICE_UPTIME_COUNTER_009_NAME=Service Uptime
  185. W3_SERVICE_UPTIME_COUNTER_009_HELP=The length of time the Web Service has been running.
  186. W3_COUNTER_OBJECT_000_NAME=Web Service
  187. W3_COUNTER_OBJECT_000_HELP=The Web Service object includes counters specific to the World Wide Web Publishing Service.
  188. W3_BYTES_SENT_COUNTER_000_NAME=Total Bytes Sent
  189. W3_BYTES_SENT_COUNTER_000_HELP=Total Bytes Sent is the number of data bytes that have been sent by the Web service (since service startup).
  190. W3_BYTES_SENT_PER_SEC_000_NAME=Bytes Sent/sec
  191. W3_BYTES_SENT_PER_SEC_000_HELP=Bytes Sent/sec is the rate that data bytes are sent by the Web service.
  192. W3_BYTES_RECEIVED_COUNTER_000_NAME=Total Bytes Received
  193. W3_BYTES_RECEIVED_COUNTER_000_HELP=Total Bytes Received is the number of data bytes that have been received by the Web service (since service startup).
  194. W3_BYTES_RECEIVED_PER_SEC_000_NAME=Bytes Received/sec
  195. W3_BYTES_RECEIVED_PER_SEC_000_HELP=Bytes Received/sec is the rate that data bytes are received by the Web service.
  196. W3_BYTES_TOTAL_COUNTER_000_NAME=Total Bytes Transfered
  197. W3_BYTES_TOTAL_COUNTER_000_HELP=Total bytes either received or sent by the Web service (since service startup).
  198. W3_BYTES_TOTAL_PER_SEC_000_NAME=Bytes Total/sec
  199. W3_BYTES_TOTAL_PER_SEC_000_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.
  200. W3_FILES_SENT_COUNTER_000_NAME=Total Files Sent
  201. W3_FILES_SENT_COUNTER_000_HELP=Total Files Sent is the total number of files sent by the Web service (since service startup).
  202. W3_FILES_SENT_SEC_000_NAME=Files Sent/sec
  203. W3_FILES_SENT_SEC_000_HELP=The rate files are sent by the Web service.
  204. W3_FILES_RECEIVED_COUNTER_000_NAME=Total Files Received
  205. W3_FILES_RECEIVED_COUNTER_000_HELP=Total Files Received is the total number of files received by the Web service (since service startup).
  206. W3_FILES_RECEIVED_SEC_000_NAME=Files Received/sec
  207. W3_FILES_RECEIVED_SEC_000_HELP=The rate files are received by the Web service.
  208. W3_FILES_TOTAL_COUNTER_000_NAME=Total Files Transferred
  209. W3_FILES_TOTAL_COUNTER_000_HELP=Total Files Transferred is the sum of Files Sent and Files Received (since service startup).
  210. W3_FILES_SEC_000_NAME=Files/sec
  211. W3_FILES_SEC_000_HELP=The rate files are transferred, that is, sent and received by the Web service.
  212. W3_CURRENT_ANONYMOUS_COUNTER_000_NAME=Current Anonymous Users
  213. W3_CURRENT_ANONYMOUS_COUNTER_000_HELP=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
  214. W3_CURRENT_NONANONYMOUS_COUNTER_000_NAME=Current NonAnonymous Users
  215. W3_CURRENT_NONANONYMOUS_COUNTER_000_HELP=Current NonAnonymous Users is the number of users who currently have a non-anonymous connection using the Web service.
  216. W3_TOTAL_ANONYMOUS_COUNTER_000_NAME=Total Anonymous Users
  217. W3_TOTAL_ANONYMOUS_COUNTER_000_HELP=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (since service startup).
  218. W3_ANONYMOUS_USERS_SEC_000_NAME=Anonymous Users/sec
  219. W3_ANONYMOUS_USERS_SEC_000_HELP=The rate users are making anonymous connections to the Web service.
  220. W3_TOTAL_NONANONYMOUS_COUNTER_000_NAME=Total NonAnonymous Users
  221. W3_TOTAL_NONANONYMOUS_COUNTER_000_HELP=Total NonAnonymous Users is the total number of users who established a non-anonymous connection with the Web service (since service startup).
  222. W3_NON_ANONYMOUS_USERS_SEC_000_NAME=NonAnonymous Users/sec
  223. W3_NON_ANONYMOUS_USERS_SEC_000_HELP=The rate users are making non-anonymous connections to the Web service.
  224. W3_MAX_ANONYMOUS_COUNTER_000_NAME=Maximum Anonymous Users
  225. W3_MAX_ANONYMOUS_COUNTER_000_HELP=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (since service startup).
  226. W3_MAX_NONANONYMOUS_COUNTER_000_NAME=Maximum NonAnonymous Users
  227. W3_MAX_NONANONYMOUS_COUNTER_000_HELP=Maximum NonAnonymous Users is the maximum number of concurrent non-anonymous connections to the Web service (since service startup).
  228. W3_CURRENT_CONNECTIONS_COUNTER_000_NAME=Current Connections
  229. W3_CURRENT_CONNECTIONS_COUNTER_000_HELP=Current Connections is the current number of connections established with the Web service.
  230. W3_MAX_CONNECTIONS_COUNTER_000_NAME=Maximum Connections
  231. W3_MAX_CONNECTIONS_COUNTER_000_HELP=Maximum Connections is the maximum number of concurrent connections established with the Web service (since service startup).
  232. W3_CONNECTION_ATTEMPTS_COUNTER_000_NAME= Total Connection Attempts (all instances)
  233. W3_CONNECTION_ATTEMPTS_COUNTER_000_HELP=Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed.
  234. W3_CONNECTION_ATTEMPTS_SEC_000_NAME=Connection Attempts/sec
  235. W3_CONNECTION_ATTEMPTS_SEC_000_HELP=The rate that connections to the Web service are being attempted.
  236. W3_LOGON_ATTEMPTS_COUNTER_000_NAME=Total Logon Attempts
  237. W3_LOGON_ATTEMPTS_COUNTER_000_HELP=Total Logon Attempts is the number of logons attempts to the Web Service (since service startup).
  238. W3_LOGON_ATTEMPTS_SEC_000_NAME=Logon Attempts/sec
  239. W3_LOGON_ATTEMPTS_SEC_000_HELP=The rate that logons to the Web service are being attempted.
  240. W3_TOTAL_OPTIONS_COUNTER_000_NAME=Total Options Requests
  241. W3_TOTAL_OPTIONS_COUNTER_000_HELP=Total Options Requests is the number of HTTP requests using the OPTIONS method (since service startup).
  242. W3_TOTAL_OPTIONS_SEC_000_NAME=Options Requests/sec
  243. W3_TOTAL_OPTIONS_SEC_000_HELP=The rate HTTP requests using the OPTIONS method are made.
  244. W3_TOTAL_GETS_COUNTER_000_NAME=Total Get Requests
  245. W3_TOTAL_GETS_COUNTER_000_HELP=Total Get Requests is the number of HTTP requests using the GET method (since service startup). Get requests are the most common HTTP request.
  246. W3_TOTAL_GETS_SEC_000_NAME=Get Requests/sec
  247. W3_TOTAL_GETS_SEC_000_HELP=The rate HTTP requests using the GET method are made. Get requests are the most common HTTP request.
  248. W3_TOTAL_POSTS_COUNTER_000_NAME=Total Post Requests
  249. W3_TOTAL_POSTS_COUNTER_000_HELP=Total Post Requests is the number of HTTP requests using the POST method (since service startup).
  250. W3_TOTAL_POSTS_SEC_000_NAME=Post Requests/sec
  251. W3_TOTAL_POSTS_SEC_000_HELP=The rate HTTP requests using the POST method are made.
  252. W3_TOTAL_HEADS_COUNTER_000_NAME=Total Head Requests
  253. W3_TOTAL_HEADS_COUNTER_000_HELP=Total Head Requests is the number of HTTP requests using the HEAD method (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.
  254. W3_TOTAL_HEADS_SEC_000_NAME=Head Requests/sec
  255. W3_TOTAL_HEADS_SEC_000_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.
  256. W3_TOTAL_PUTS_COUNTER_000_NAME=Total Put Requests
  257. W3_TOTAL_PUTS_COUNTER_000_HELP=Total Put Requests is the number of HTTP requests using the PUT method (since service startup).
  258. W3_TOTAL_PUTS_SEC_000_NAME=Put Requests/sec
  259. W3_TOTAL_PUTS_SEC_000_HELP=The rate HTTP requests using the PUT method are made.
  260. W3_TOTAL_DELETES_COUNTER_000_NAME=Total Delete Requests
  261. W3_TOTAL_DELETES_COUNTER_000_HELP=Total Delete Requests is the number of HTTP requests using the DELETE method (since service startup). Delete requests are generally used for file removals.
  262. W3_TOTAL_DELETES_SEC_000_NAME=Delete Requests/sec
  263. W3_TOTAL_DELETES_SEC_000_HELP=The rate HTTP requests using the DELETE method are made. Delete requests are generally used for file removals.
  264. W3_TOTAL_TRACES_COUNTER_000_NAME=Total Trace Requests
  265. W3_TOTAL_TRACES_COUNTER_000_HELP=Total Trace Requests is the number of HTTP requests using the TRACE method (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.
  266. W3_TOTAL_TRACES_SEC_000_NAME=Trace Requests/sec
  267. W3_TOTAL_TRACES_SEC_000_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.
  268. W3_TOTAL_MOVE_COUNTER_000_NAME=Total Move Requests
  269. W3_TOTAL_MOVE_COUNTER_000_HELP=Total Move Requests is the number of HTTP requests using the MOVE method (since service startup). Move requests are used for moving files and directories.
  270. W3_TOTAL_MOVE_SEC_000_NAME=Move Requests/sec
  271. W3_TOTAL_MOVE_SEC_000_HELP=The rate HTTP requests using the MOVE method are made. Move requests are used for moving files and directories.
  272. W3_TOTAL_COPY_COUNTER_000_NAME=Total Copy Requests
  273. W3_TOTAL_COPY_COUNTER_000_HELP=Total Copy Requests is the number of HTTP requests using the COPY method (since service startup). Copy requests are used for copying files and directories.
  274. W3_TOTAL_COPY_SEC_000_NAME=Copy Requests/sec
  275. W3_TOTAL_COPY_SEC_000_HELP=The rate HTTP requests using the COPY method are made. Copy requests are used for copying files and directories.
  276. W3_TOTAL_MKCOL_COUNTER_000_NAME=Total Mkcol Requests
  277. W3_TOTAL_MKCOL_COUNTER_000_HELP=Total Mkcol Requests is the number of HTTP requests using the MKCOL method (since service startup). Mkcol requests are used to create directories on the server.
  278. W3_TOTAL_MKCOL_SEC_000_NAME=Mkcol Requests/sec
  279. W3_TOTAL_MKCOL_SEC_000_HELP=The rate HTTP requests using the MKCOL method are made. Mkcol requests are used to create directories on the server.
  280. W3_TOTAL_PROPFIND_COUNTER_000_NAME=Total Propfind Requests
  281. W3_TOTAL_PROPFIND_COUNTER_000_HELP=Total Propfind Requests is the number of HTTP requests using the PROPFIND method (since service startup). Propfind requests retrieve property values on files and directories.
  282. W3_TOTAL_PROPFIND_SEC_000_NAME=Propfind Requests/sec
  283. W3_TOTAL_PROPFIND_SEC_000_HELP=The rate HTTP requests using the PROPFIND method are made. Propfind requests retrieve property values on files and directories.
  284. W3_TOTAL_PROPPATCH_COUNTER_000_NAME=Total Proppatch Requests
  285. W3_TOTAL_PROPPATCH_COUNTER_000_HELP=Total Proppatch Requests is the number of HTTP requests using the PROPPATCH method (since service startup). Proppatch requests set property values on files and directories.
  286. W3_TOTAL_PROPPATCH_SEC_000_NAME=Proppatch Requests/sec
  287. W3_TOTAL_PROPPATCH_SEC_000_HELP=The rate HTTP requests using the PROPPATCH method are made. Proppatch requests set property values on files and directories.
  288. W3_TOTAL_SEARCH_COUNTER_000_NAME=Total Search Requests
  289. W3_TOTAL_SEARCH_COUNTER_000_HELP=Total Search Requests is the number of HTTP requests using the SEARCH method (since service startup). Search requests are used to query the server to find resources that match a set of conditions provided by the client.
  290. W3_TOTAL_SEARCH_SEC_000_NAME=Search Requests/sec
  291. W3_TOTAL_SEARCH_SEC_000_HELP=The rate HTTP requests using the 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.
  292. W3_TOTAL_LOCK_COUNTER_000_NAME=Total Lock Requests
  293. W3_TOTAL_LOCK_COUNTER_000_HELP=Total Lock Requests is the number of HTTP requests using the LOCK method (since service startup). Lock requests are used to lock a file for one user so that only that user can modify the file.
  294. W3_TOTAL_LOCK_SEC_000_NAME=Lock Requests/sec
  295. W3_TOTAL_LOCK_SEC_000_HELP=The rate 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.
  296. W3_TOTAL_UNLOCK_COUNTER_000_NAME=Total Unlock Requests
  297. W3_TOTAL_UNLOCK_COUNTER_000_HELP=Total Unlock Requests is the number of HTTP requests using the UNLOCK method (since service startup). Unlock requests are used to remove locks from files.
  298. W3_TOTAL_UNLOCK_SEC_000_NAME=Unlock Requests/sec
  299. W3_TOTAL_UNLOCK_SEC_000_HELP=The rate HTTP requests using the UNLOCK method are made. Unlock requests are used to remove locks from files.
  300. W3_TOTAL_OTHERS_COUNTER_000_NAME=Total Other Request Methods
  301. W3_TOTAL_OTHERS_COUNTER_000_HELP=Total Other Request Methods is the number of HTTP requests that are not OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods (since service startup).
  302. W3_TOTAL_OTHERS_SEC_000_NAME=Other Request Methods/sec
  303. W3_TOTAL_OTHERS_SEC_000_HELP=The rate HTTP requests are made that do not use the OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, MOVE, COPY, MKCOL, PROPFIND, PROPPATCH, SEARCH, LOCK or UNLOCK methods.
  304. W3_TOTAL_REQUESTS_COUNTER_000_NAME=Total Method Requests
  305. W3_TOTAL_REQUESTS_COUNTER_000_HELP=Total Method Requests is the number of all HTTP requests (since service startup).
  306. W3_TOTAL_REQUESTS_SEC_000_NAME=Total Method Requests/sec
  307. W3_TOTAL_REQUESTS_SEC_000_HELP=The rate HTTP requests are received.
  308. W3_TOTAL_CGI_REQUESTS_COUNTER_000_NAME=Total CGI Requests
  309. W3_TOTAL_CGI_REQUESTS_COUNTER_000_HELP=Total CGI requests is the total number of CGI requests (since service startup).
  310. W3_CGI_REQUESTS_SEC_000_NAME=CGI Requests/sec
  311. W3_CGI_REQUESTS_SEC_000_HELP=The rate CGI requests are received by the Web service.
  312. W3_TOTAL_BGI_REQUESTS_COUNTER_000_NAME=Total ISAPI Extension Requests
  313. W3_TOTAL_BGI_REQUESTS_COUNTER_000_HELP=Total ISAPI Extension Requests received (since service startup).
  314. W3_BGI_REQUESTS_SEC_000_NAME=ISAPI Extension Requests/sec
  315. W3_BGI_REQUESTS_SEC_000_HELP=The rate that ISAPI Extension requests are received by the Web service.
  316. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_000_NAME=Total Not Found Errors
  317. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_000_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 (since service startup). These are generally reported as an HTTP 404 error code to the client.
  318. W3_TOTAL_NOT_FOUND_ERRORS_SEC_000_NAME=Not Found Errors/sec
  319. W3_TOTAL_NOT_FOUND_ERRORS_SEC_000_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.
  320. W3_TOTAL_LOCKED_ERRORS_COUNTER_000_NAME=Total Locked Errors
  321. W3_TOTAL_LOCKED_ERRORS_COUNTER_000_HELP=Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client.
  322. W3_TOTAL_LOCKED_ERRORS_SEC_000_NAME=Locked Errors/sec
  323. W3_TOTAL_LOCKED_ERRORS_SEC_000_HELP=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.
  324. W3_CURRENT_CGI_COUNTER_000_NAME=Current CGI Requests
  325. W3_CURRENT_CGI_COUNTER_000_HELP=Current CGI Requests is the current number of CGI requests being simultaneously processed by the Web service.
  326. W3_CURRENT_BGI_COUNTER_000_NAME=Current ISAPI Extension Requests
  327. W3_CURRENT_BGI_COUNTER_000_HELP=Current ISAPI Extension Requests is the current number of ISAPI requests being simultaneously processed by the Web service.
  328. W3_MAX_CGI_COUNTER_000_NAME=Maximum CGI Requests
  329. W3_MAX_CGI_COUNTER_000_HELP=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service (since service startup).
  330. W3_MAX_BGI_COUNTER_000_NAME=Maximum ISAPI Extension Requests
  331. W3_MAX_BGI_COUNTER_000_HELP=Maximum ISAPI Extension Requests is the maximum number of ISAPI requests simultaneously processed by the Web service (since service startup).
  332. W3_CURRENT_CAL_AUTH_COUNTER_000_NAME=Current CAL count for authenticated users
  333. W3_CURRENT_CAL_AUTH_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  334. W3_MAX_CAL_AUTH_COUNTER_000_NAME=Maximum CAL count for authenticated users
  335. W3_MAX_CAL_AUTH_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  336. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_000_NAME=Total count of failed CAL requests for authenticated users
  337. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  338. W3_CURRENT_CAL_SSL_COUNTER_000_NAME=Current CAL count for SSL connections
  339. W3_CURRENT_CAL_SSL_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  340. W3_MAX_CAL_SSL_COUNTER_000_NAME=Maximum CAL count for SSL connections
  341. W3_MAX_CAL_SSL_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  342. W3_TOTAL_FAILED_CAL_SSL_COUNTER_000_NAME=Total count of failed CAL requests for SSL connections
  343. W3_TOTAL_FAILED_CAL_SSL_COUNTER_000_HELP=This counter is no longer valid. Value will always be zero.
  344. W3_ALLOWED_REQUESTS_COUNTER_000_NAME=Total Allowed Async I/O Requests
  345. W3_ALLOWED_REQUESTS_COUNTER_000_HELP=Total requests allowed by bandwidth throttling settings (since service startup).
  346. W3_BLOCKED_REQUESTS_COUNTER_000_NAME=Total Blocked Async I/O Requests
  347. W3_BLOCKED_REQUESTS_COUNTER_000_HELP=Total requests temporarily blocked due to bandwidth throttling settings (since service startup).
  348. W3_REJECTED_REQUESTS_COUNTER_000_NAME=Total Rejected Async I/O Requests
  349. W3_REJECTED_REQUESTS_COUNTER_000_HELP=Total requests rejected due to bandwidth throttling settings (since service startup).
  350. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_000_NAME=Current Blocked Async I/O Requests
  351. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_000_HELP=Current requests temporarily blocked due to bandwidth throttling settings.
  352. W3_MEASURED_BANDWIDTH_COUNTER_000_NAME=Measured Async I/O Bandwidth Usage
  353. W3_MEASURED_BANDWIDTH_COUNTER_000_HELP=Measured bandwidth of asynchronous I/O averaged over a minute.
  354. W3_TOTAL_BLOCKED_BANDWIDTH_BYTES_COUNTER_000_NAME=Total blocked bandwidth bytes.
  355. W3_TOTAL_BLOCKED_BANDWIDTH_BYTES_COUNTER_000_HELP=Total bytes blocked due to bandwidth throttling settings (since service startup).
  356. W3_CURRENT_BLOCKED_BANDWIDTH_BYTES_COUNTER_000_NAME=Current blocked bandwidth bytes.
  357. W3_CURRENT_BLOCKED_BANDWIDTH_BYTES_COUNTER_000_HELP=Current bytes temporarily blocked due to bandwidth throttling settings.
  358. W3_SERVICE_UPTIME_COUNTER_000_NAME=Service Uptime
  359. W3_SERVICE_UPTIME_COUNTER_000_HELP=The length of time the Web Service has been running.
  360. W3_GLOBAL_COUNTER_OBJECT_009_NAME=Web Service Cache
  361. W3_GLOBAL_COUNTER_OBJECT_009_HELP=The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service.
  362. W3_GLOBAL_CURRENT_FILES_CACHED_COUNTER_009_NAME=Current Files Cached
  363. W3_GLOBAL_CURRENT_FILES_CACHED_COUNTER_009_HELP=Current number of files whose content is in the user-mode cache.
  364. W3_GLOBAL_TOTAL_FILES_CACHED_COUNTER_009_NAME=Total Files Cached
  365. W3_GLOBAL_TOTAL_FILES_CACHED_COUNTER_009_HELP=Total number of files whose content was ever added to the user-mode cache (since service startup).
  366. W3_GLOBAL_FILE_CACHE_HITS_COUNTER_009_NAME=File Cache Hits
  367. W3_GLOBAL_FILE_CACHE_HITS_COUNTER_009_HELP=Total number of successful lookups in the user-mode file cache (since service startup).
  368. W3_GLOBAL_FILE_CACHE_MISSES_COUNTER_009_NAME=File Cache Misses
  369. W3_GLOBAL_FILE_CACHE_MISSES_COUNTER_009_HELP=Total number of unsuccessful lookups in the user-mode file cache (since service startup).
  370. W3_GLOBAL_FILE_CACHE_HIT_RATIO_COUNTER_009_NAME=File Cache Hits %
  371. W3_GLOBAL_FILE_CACHE_HIT_RATIO_COUNTER_009_HELP=The ratio of user-mode file cache hits to total cache requests (since service startup).
  372. W3_GLOBAL_FILE_CACHE_FLUSHES_COUNTER_009_NAME=File Cache Flushes
  373. W3_GLOBAL_FILE_CACHE_FLUSHES_COUNTER_009_HELP=The number of files removed from the user-mode cache (since service startup).
  374. W3_GLOBAL_CURRENT_FILE_CACHE_MEMORY_USAGE_COUNTER_009_NAME=Current File Cache Memory Usage
  375. W3_GLOBAL_CURRENT_FILE_CACHE_MEMORY_USAGE_COUNTER_009_HELP=Current number of bytes used for the user-mode file cache.
  376. W3_GLOBAL_MAX_FILE_CACHE_MEMORY_USAGE_COUNTER_009_NAME=Maximum File Cache Memory Usage
  377. W3_GLOBAL_MAX_FILE_CACHE_MEMORY_USAGE_COUNTER_009_HELP=Maximum number of bytes used for user-mode file cache (since service startup).
  378. W3_GLOBAL_ACTIVE_FLUSHED_FILES_COUNTER_009_NAME=Active Flushed Entries
  379. W3_GLOBAL_ACTIVE_FLUSHED_FILES_COUNTER_009_HELP=Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete.
  380. W3_GLOBAL_TOTAL_FLUSHED_FILES_COUNTER_009_NAME=Total Flushed Files
  381. W3_GLOBAL_TOTAL_FLUSHED_FILES_COUNTER_009_HELP=Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup).
  382. W3_GLOBAL_CURRENT_URIS_CACHED_COUNTER_009_NAME=Current URIs Cached
  383. W3_GLOBAL_CURRENT_URIS_CACHED_COUNTER_009_HELP=URI information blocks currently in the user-mode cache.
  384. W3_GLOBAL_TOTAL_URIS_CACHED_COUNTER_009_NAME=Total URIs Cached
  385. W3_GLOBAL_TOTAL_URIS_CACHED_COUNTER_009_HELP=Total number of URI information blocks added to the user-mode cache (since service startup).
  386. W3_GLOBAL_URI_CACHE_HITS_COUNTER_009_NAME=URI Cache Hits
  387. W3_GLOBAL_URI_CACHE_HITS_COUNTER_009_HELP=Total number of successful lookups in the user-mode URI cache (since service startup).
  388. W3_GLOBAL_URI_CACHE_MISSES_COUNTER_009_NAME=URI Cache Misses
  389. W3_GLOBAL_URI_CACHE_MISSES_COUNTER_009_HELP=Total number of unsuccessful lookups in the user-mode URI cache (since service startup).
  390. W3_GLOBAL_URI_CACHE_HIT_RATIO_COUNTER_009_NAME=URI Cache Hits %
  391. W3_GLOBAL_URI_CACHE_HIT_RATIO_COUNTER_009_HELP=The ratio of user-mode URI Cache Hits to total cache requests (since service startup).
  392. W3_GLOBAL_URI_CACHE_FLUSHES_COUNTER_009_NAME=URI Cache Flushes
  393. W3_GLOBAL_URI_CACHE_FLUSHES_COUNTER_009_HELP=User-mode URI Cache flushes (since service startup).
  394. W3_GLOBAL_TOTAL_FLUSHED_URIS_COUNTER_009_NAME=Total Flushed URIs
  395. W3_GLOBAL_TOTAL_FLUSHED_URIS_COUNTER_009_HELP=The number of URI information blocks that have been removed from the user-mode cache (since service startup).
  396. W3_GLOBAL_CURRENT_METADATA_CACHED_COUNTER_009_NAME=Current Metadata Cached
  397. W3_GLOBAL_CURRENT_METADATA_CACHED_COUNTER_009_HELP=Current number of metadata information blocks currently in the user-mode cache.
  398. W3_GLOBAL_TOTAL_METADATA_CACHED_COUNTER_009_NAME=Total Metadata Cached
  399. W3_GLOBAL_TOTAL_METADATA_CACHED_COUNTER_009_HELP=Total number of metadata information blocks added to the user-mode cache (since service startup).
  400. W3_GLOBAL_METADATA_CACHE_HITS_COUNTER_009_NAME=Metadata Cache Hits
  401. W3_GLOBAL_METADATA_CACHE_HITS_COUNTER_009_HELP=Total number of successful lookups in the user-mode metadata cache (since service startup).
  402. W3_GLOBAL_METADATA_CACHE_MISSES_COUNTER_009_NAME=Metadata Cache Misses
  403. W3_GLOBAL_METADATA_CACHE_MISSES_COUNTER_009_HELP=Total number of unsuccessful lookups in the user-mode metadata cache (since service startup).
  404. W3_GLOBAL_METADATA_CACHE_HIT_RATIO_COUNTER_009_NAME=Metadata Cache Hits %
  405. W3_GLOBAL_METADATA_CACHE_HIT_RATIO_COUNTER_009_HELP=The ratio of user-mode metadata cache hits to total cache requests (since service startup).
  406. W3_GLOBAL_METADATA_CACHE_FLUSHES_COUNTER_009_NAME=Metadata Cache Flushes
  407. W3_GLOBAL_METADATA_CACHE_FLUSHES_COUNTER_009_HELP=The number of user-mode metadata cache flushes (since service startup).
  408. W3_GLOBAL_TOTAL_FLUSHED_METADATA_COUNTER_009_NAME=Total Flushed Metadata
  409. W3_GLOBAL_TOTAL_FLUSHED_METADATA_COUNTER_009_HELP=Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup).
  410. W3_GLOBAL_KERNEL_CURRENT_URIS_CACHED_COUNTER_009_NAME=Kernel: Current URIs Cached
  411. W3_GLOBAL_KERNEL_CURRENT_URIS_CACHED_COUNTER_009_HELP=URI information blocks currently cached by the kernel.
  412. W3_GLOBAL_KERNEL_TOTAL_URIS_CACHED_COUNTER_009_NAME=Kernel: Total URIs Cached
  413. W3_GLOBAL_KERNEL_TOTAL_URIS_CACHED_COUNTER_009_HELP=Total number of URI information blocks added to the kernel cache (since service startup).
  414. W3_GLOBAL_KERNEL_URI_CACHE_HITS_COUNTER_009_NAME=Kernel: URI Cache Hits
  415. W3_GLOBAL_KERNEL_URI_CACHE_HITS_COUNTER_009_HELP=Total number of successful lookups in the kernel URI cache (since service startup).
  416. W3_GLOBAL_KERNEL_URI_CACHE_HITS_PER_SEC_009_NAME=Kernel: Uri Cache Hits/sec
  417. W3_GLOBAL_KERNEL_URI_CACHE_HITS_PER_SEC_009_HELP=The rate of kernel URI Cache hits.
  418. W3_GLOBAL_KERNEL_URI_CACHE_MISSES_COUNTER_009_NAME=Kernel: URI Cache Misses
  419. W3_GLOBAL_KERNEL_URI_CACHE_MISSES_COUNTER_009_HELP=Total number of unsuccessful lookups in the kernel URI cache (since service startup).
  420. W3_GLOBAL_KERNEL_URI_CACHE_HIT_RATIO_COUNTER_009_NAME=Kernel: URI Cache Hits %
  421. W3_GLOBAL_KERNEL_URI_CACHE_HIT_RATIO_COUNTER_009_HELP=The ratio of kernel URI cache hits to total cache requests (since service startup).
  422. W3_GLOBAL_KERNEL_URI_CACHE_FLUSHES_COUNTER_009_NAME=Kernel: URI Cache Flushes
  423. W3_GLOBAL_KERNEL_URI_CACHE_FLUSHES_COUNTER_009_HELP=Kernel URI Cache Flushes (since server startup).
  424. W3_GLOBAL_KERNEL_TOTAL_FLUSHED_URIS_COUNTER_009_NAME=Kernel: Total Flushed URIs
  425. W3_GLOBAL_KERNEL_TOTAL_FLUSHED_URIS_COUNTER_009_HELP=The number of URI information blocks that have been removed from the kernel cache (since service startup).
  426. W3_GLOBAL_COUNTER_OBJECT_000_NAME=Web Service Cache
  427. W3_GLOBAL_COUNTER_OBJECT_000_HELP=The Web Service Cache Counters object includes cache counters specific to the World Wide Web Publishing Service.
  428. W3_GLOBAL_CURRENT_FILES_CACHED_COUNTER_000_NAME=Current Files Cached
  429. W3_GLOBAL_CURRENT_FILES_CACHED_COUNTER_000_HELP=Current number of files whose content is in the user-mode cache.
  430. W3_GLOBAL_TOTAL_FILES_CACHED_COUNTER_000_NAME=Total Files Cached
  431. W3_GLOBAL_TOTAL_FILES_CACHED_COUNTER_000_HELP=Total number of files whose content was ever added to the user-mode cache (since service startup).
  432. W3_GLOBAL_FILE_CACHE_HITS_COUNTER_000_NAME=File Cache Hits
  433. W3_GLOBAL_FILE_CACHE_HITS_COUNTER_000_HELP=Total number of successful lookups in the user-mode file cache (since service startup).
  434. W3_GLOBAL_FILE_CACHE_MISSES_COUNTER_000_NAME=File Cache Misses
  435. W3_GLOBAL_FILE_CACHE_MISSES_COUNTER_000_HELP=Total number of unsuccessful lookups in the user-mode file cache (since service startup).
  436. W3_GLOBAL_FILE_CACHE_HIT_RATIO_COUNTER_000_NAME=File Cache Hits %
  437. W3_GLOBAL_FILE_CACHE_HIT_RATIO_COUNTER_000_HELP=The ratio of user-mode file cache hits to total cache requests (since service startup).
  438. W3_GLOBAL_FILE_CACHE_FLUSHES_COUNTER_000_NAME=File Cache Flushes
  439. W3_GLOBAL_FILE_CACHE_FLUSHES_COUNTER_000_HELP=The number of files removed from the user-mode cache (since service startup).
  440. W3_GLOBAL_CURRENT_FILE_CACHE_MEMORY_USAGE_COUNTER_000_NAME=Current File Cache Memory Usage
  441. W3_GLOBAL_CURRENT_FILE_CACHE_MEMORY_USAGE_COUNTER_000_HELP=Current number of bytes used for the user-mode file cache.
  442. W3_GLOBAL_MAX_FILE_CACHE_MEMORY_USAGE_COUNTER_000_NAME=Maximum File Cache Memory Usage
  443. W3_GLOBAL_MAX_FILE_CACHE_MEMORY_USAGE_COUNTER_000_HELP=Maximum number of bytes used for user-mode file cache (since service startup).
  444. W3_GLOBAL_ACTIVE_FLUSHED_FILES_COUNTER_000_NAME=Active Flushed Entries
  445. W3_GLOBAL_ACTIVE_FLUSHED_FILES_COUNTER_000_HELP=Active Flushed Entries are file handles cached in user-mode that will be closed when all current transfers complete.
  446. W3_GLOBAL_TOTAL_FLUSHED_FILES_COUNTER_000_NAME=Total Flushed Files
  447. W3_GLOBAL_TOTAL_FLUSHED_FILES_COUNTER_000_HELP=Total Flushed Files is the number of file handles that have been removed from the user-mode cache (since service startup).
  448. W3_GLOBAL_CURRENT_URIS_CACHED_COUNTER_000_NAME=Current URIs Cached
  449. W3_GLOBAL_CURRENT_URIS_CACHED_COUNTER_000_HELP=URI information blocks currently in the user-mode cache.
  450. W3_GLOBAL_TOTAL_URIS_CACHED_COUNTER_000_NAME=Total URIs Cached
  451. W3_GLOBAL_TOTAL_URIS_CACHED_COUNTER_000_HELP=Total number of URI information blocks added to the user-mode cache (since service startup).
  452. W3_GLOBAL_URI_CACHE_HITS_COUNTER_000_NAME=URI Cache Hits
  453. W3_GLOBAL_URI_CACHE_HITS_COUNTER_000_HELP=Total number of successful lookups in the user-mode URI cache (since service startup).
  454. W3_GLOBAL_URI_CACHE_MISSES_COUNTER_000_NAME=URI Cache Misses
  455. W3_GLOBAL_URI_CACHE_MISSES_COUNTER_000_HELP=Total number of unsuccessful lookups in the user-mode URI cache (since service startup).
  456. W3_GLOBAL_URI_CACHE_HIT_RATIO_COUNTER_000_NAME=URI Cache Hits %
  457. W3_GLOBAL_URI_CACHE_HIT_RATIO_COUNTER_000_HELP=The ratio of user-mode URI Cache Hits to total cache requests (since service startup).
  458. W3_GLOBAL_URI_CACHE_FLUSHES_COUNTER_000_NAME=URI Cache Flushes
  459. W3_GLOBAL_URI_CACHE_FLUSHES_COUNTER_000_HELP=User-mode URI Cache flushes (since service startup).
  460. W3_GLOBAL_TOTAL_FLUSHED_URIS_COUNTER_000_NAME=Total Flushed URIs
  461. W3_GLOBAL_TOTAL_FLUSHED_URIS_COUNTER_000_HELP=The number of URI information blocks that have been removed from the user-mode cache (since service startup).
  462. W3_GLOBAL_CURRENT_METADATA_CACHED_COUNTER_000_NAME=Current Metadata Cached
  463. W3_GLOBAL_CURRENT_METADATA_CACHED_COUNTER_000_HELP=Current number of metadata information blocks currently in the user-mode cache.
  464. W3_GLOBAL_TOTAL_METADATA_CACHED_COUNTER_000_NAME=Total Metadata Cached
  465. W3_GLOBAL_TOTAL_METADATA_CACHED_COUNTER_000_HELP=Total number of metadata information blocks added to the user-mode cache (since service startup).
  466. W3_GLOBAL_METADATA_CACHE_HITS_COUNTER_000_NAME=Metadata Cache Hits
  467. W3_GLOBAL_METADATA_CACHE_HITS_COUNTER_000_HELP=Total number of successful lookups in the user-mode metadata cache (since service startup).
  468. W3_GLOBAL_METADATA_CACHE_MISSES_COUNTER_000_NAME=Metadata Cache Misses
  469. W3_GLOBAL_METADATA_CACHE_MISSES_COUNTER_000_HELP=Total number of unsuccessful lookups in the user-mode metadata cache (since service startup).
  470. W3_GLOBAL_METADATA_CACHE_HIT_RATIO_COUNTER_000_NAME=Metadata Cache Hits %
  471. W3_GLOBAL_METADATA_CACHE_HIT_RATIO_COUNTER_000_HELP=The ratio of user-mode metadata cache hits to total cache requests (since service startup).
  472. W3_GLOBAL_METADATA_CACHE_FLUSHES_COUNTER_000_NAME=Metadata Cache Flushes
  473. W3_GLOBAL_METADATA_CACHE_FLUSHES_COUNTER_000_HELP=The number of user-mode metadata cache flushes (since service startup).
  474. W3_GLOBAL_TOTAL_FLUSHED_METADATA_COUNTER_000_NAME=Total Flushed Metadata
  475. W3_GLOBAL_TOTAL_FLUSHED_METADATA_COUNTER_000_HELP=Total Flushed Metadata is the number of Metadata information blocks that have been removed from the user-mode cache (since service startup).
  476. W3_GLOBAL_KERNEL_CURRENT_URIS_CACHED_COUNTER_000_NAME=Kernel: Current URIs Cached
  477. W3_GLOBAL_KERNEL_CURRENT_URIS_CACHED_COUNTER_000_HELP=URI information blocks currently cached by the kernel.
  478. W3_GLOBAL_KERNEL_TOTAL_URIS_CACHED_COUNTER_000_NAME=Kernel: Total URIs Cached
  479. W3_GLOBAL_KERNEL_TOTAL_URIS_CACHED_COUNTER_000_HELP=Total number of URI information blocks added to the kernel cache (since service startup).
  480. W3_GLOBAL_KERNEL_URI_CACHE_HITS_COUNTER_000_NAME=Kernel: URI Cache Hits
  481. W3_GLOBAL_KERNEL_URI_CACHE_HITS_COUNTER_000_HELP=Total number of successful lookups in the kernel URI cache (since service startup).
  482. W3_GLOBAL_KERNEL_URI_CACHE_HITS_PER_SEC_000_NAME=Kernel: Uri Cache Hits/sec
  483. W3_GLOBAL_KERNEL_URI_CACHE_HITS_PER_SEC_000_HELP=The rate of kernel URI Cache hits.
  484. W3_GLOBAL_KERNEL_URI_CACHE_MISSES_COUNTER_000_NAME=Kernel: URI Cache Misses
  485. W3_GLOBAL_KERNEL_URI_CACHE_MISSES_COUNTER_000_HELP=Total number of unsuccessful lookups in the kernel URI cache (since service startup).
  486. W3_GLOBAL_KERNEL_URI_CACHE_HIT_RATIO_COUNTER_000_NAME=Kernel: URI Cache Hits %
  487. W3_GLOBAL_KERNEL_URI_CACHE_HIT_RATIO_COUNTER_000_HELP=The ratio of kernel URI cache hits to total cache requests (since service startup).
  488. W3_GLOBAL_KERNEL_URI_CACHE_FLUSHES_COUNTER_000_NAME=Kernel: URI Cache Flushes
  489. W3_GLOBAL_KERNEL_URI_CACHE_FLUSHES_COUNTER_000_HELP=Kernel URI Cache Flushes (since server startup).
  490. W3_GLOBAL_KERNEL_TOTAL_FLUSHED_URIS_COUNTER_000_NAME=Kernel: Total Flushed URIs
  491. W3_GLOBAL_KERNEL_TOTAL_FLUSHED_URIS_COUNTER_000_HELP=The number of URI information blocks that have been removed from the kernel cache (since service startup).