home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_01.cab / w3ctrs.ini < prev    next >
INI File  |  1997-10-23  |  28KB  |  375 lines

  1. [info]
  2. drivername=W3SVC
  3. symbolfile=w3ctrs.h
  4.  
  5. [languages]
  6. 009=English
  7. 000=Neutral
  8.  
  9. [text]
  10. W3_COUNTER_OBJECT_009_NAME=Web Service
  11. W3_COUNTER_OBJECT_009_HELP=The Web Service object includes counters specific to the World Wide Web Publishing Service.
  12.  
  13. W3_BYTES_SENT_COUNTER_009_NAME=Bytes Sent/sec
  14. W3_BYTES_SENT_COUNTER_009_HELP=Bytes Sent/sec is the rate that data bytes are sent by the Web service.
  15.  
  16. W3_BYTES_RECEIVED_COUNTER_009_NAME=Bytes Received/sec
  17. W3_BYTES_RECEIVED_COUNTER_009_HELP=Bytes Received/sec is the rate that data bytes are received by the Web service.
  18.  
  19. W3_BYTES_TOTAL_COUNTER_009_NAME=Bytes Total/sec
  20. 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.
  21.  
  22. W3_FILES_SENT_COUNTER_009_NAME=Total Files Sent
  23. W3_FILES_SENT_COUNTER_009_HELP=Total Files Sent is the total number of files sent by the Web service (counted since service startup).
  24.  
  25. W3_FILES_SENT_SEC_009_NAME=Files Sent/sec
  26. W3_FILES_SENT_SEC_009_HELP=The rate files are sent by the Web service.
  27.  
  28. W3_FILES_RECEIVED_COUNTER_009_NAME=Total Files Received
  29. W3_FILES_RECEIVED_COUNTER_009_HELP=Total Files Received is the total number of files received by the Web service (counted since service startup).
  30.  
  31. W3_FILES_RECEIVED_SEC_009_NAME=Files Received/sec
  32. W3_FILES_RECEIVED_SEC_009_HELP=The rate files are received by the Web service.
  33.  
  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.  This is the total number of files transferred by the Web service (counted since service startup).
  36.  
  37. W3_FILES_SEC_009_NAME=Files/sec
  38. W3_FILES_SEC_009_HELP=The rate files are transferred, that is, sent and received by the Web service.
  39.  
  40. W3_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
  41. W3_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
  42.  
  43. W3_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
  44. 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.
  45.  
  46. W3_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
  47. 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).
  48.  
  49. W3_ANONYMOUS_USERS_SEC_009_NAME=Anonymous Users/sec
  50. W3_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making anonymous connections using the Web service.
  51.  
  52. W3_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
  53. 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).
  54.  
  55. W3_NON_ANONYMOUS_USERS_SEC_009_NAME=NonAnonymous Users/sec
  56. W3_NON_ANONYMOUS_USERS_SEC_009_HELP=The rate users are making non-anonymous connections using the Web service.
  57.  
  58. W3_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
  59. 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).
  60.  
  61. W3_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
  62. 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).
  63.  
  64. W3_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
  65. W3_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections established with the Web service.
  66.  
  67. W3_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
  68. W3_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of simultaneous connections established with the Web service.
  69.  
  70. W3_CONNECTION_ATTEMPTS_COUNTER_009_NAME=Total Connection Attempts
  71. 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).
  72.  
  73. W3_CONNECTION_ATTEMPTS_SEC_009_NAME=Connection Attempts/sec
  74. W3_CONNECTION_ATTEMPTS_SEC_009_HELP=The rate that connections using the Web service are being attempted.
  75.  
  76. W3_LOGON_ATTEMPTS_COUNTER_009_NAME=Total Logon Attempts
  77. 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).
  78.  
  79. W3_LOGON_ATTEMPTS_SEC_009_NAME=Logon Attempts/sec
  80. W3_LOGON_ATTEMPTS_SEC_009_HELP=The rate that logons using the Web service are being attempted.
  81.  
  82. W3_TOTAL_GETS_COUNTER_009_NAME=Total Get Requests
  83. 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.
  84.  
  85. W3_TOTAL_GETS_SEC_009_NAME=Get Requests/sec
  86. 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.
  87.  
  88. W3_TOTAL_POSTS_COUNTER_009_NAME=Total Post Requests
  89. 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.
  90.  
  91. W3_TOTAL_POSTS_SEC_009_NAME=Post Requests/sec
  92. 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.
  93.  
  94. W3_TOTAL_HEADS_COUNTER_009_NAME=Total Head Requests
  95. 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.
  96.  
  97. W3_TOTAL_HEADS_SEC_009_NAME=Head Requests/sec
  98. 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.
  99.  
  100. W3_TOTAL_PUTS_COUNTER_009_NAME=Total Put Requests
  101. W3_TOTAL_PUTS_COUNTER_009_HELP=Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
  102.  
  103. W3_TOTAL_PUTS_SEC_009_NAME=Put Requests/sec
  104. W3_TOTAL_PUTS_SEC_009_HELP=The rate HTTP requests using the PUT method are made.
  105.  
  106. W3_TOTAL_DELETES_COUNTER_009_NAME=Total Delete Requests
  107. 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.
  108.  
  109. W3_TOTAL_DELETES_SEC_009_NAME=Delete Requests/sec
  110. W3_TOTAL_DELETES_SEC_009_HELP=The rate HTTP requests using the DELETE method are made.  Delete requests are generally used for file removals.
  111.  
  112. W3_TOTAL_TRACES_COUNTER_009_NAME=Total Trace Requests
  113. 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.
  114.  
  115. W3_TOTAL_TRACES_SEC_009_NAME=Trace Requests/sec
  116. 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.
  117.  
  118. W3_TOTAL_OTHERS_COUNTER_009_NAME=Total Other Request Methods
  119. 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.
  120.  
  121. W3_TOTAL_OTHERS_SEC_009_NAME=Other Request Methods/sec
  122. 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.
  123.  
  124. W3_TOTAL_REQUESTS_COUNTER_009_NAME=Total Method Requests
  125. 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).
  126.  
  127. W3_TOTAL_REQUESTS_SEC_009_NAME=Total Method Requests/sec
  128. W3_TOTAL_REQUESTS_SEC_009_HELP=The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made.
  129.  
  130. W3_TOTAL_CGI_REQUESTS_COUNTER_009_NAME=Total CGI Requests
  131. 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.
  132.  
  133. W3_CGI_REQUESTS_SEC_009_NAME=CGI Requests/sec
  134. W3_CGI_REQUESTS_SEC_009_HELP=The rate of CGI requests that are simultaneously being processed by the Web service.
  135.  
  136. W3_TOTAL_BGI_REQUESTS_COUNTER_009_NAME=Total ISAPI Extension Requests
  137. 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.
  138.  
  139. W3_BGI_REQUESTS_SEC_009_NAME=ISAPI Extension Requests/sec
  140. W3_BGI_REQUESTS_SEC_009_HELP=The rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
  141.  
  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.  These are generally reported as an HTTP 404 error code to the client.  The count is the total since service startup.
  144.  
  145. W3_TOTAL_NOT_FOUND_ERRORS_SEC_009_NAME=Not Found Errors/sec
  146. 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.
  147.  
  148. W3_CURRENT_CGI_COUNTER_009_NAME=Current CGI Requests
  149. 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.
  150.  
  151. W3_CURRENT_BGI_COUNTER_009_NAME=Current ISAPI Extension Requests
  152. 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.
  153.  
  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.
  156.  
  157. W3_MAX_BGI_COUNTER_009_NAME=Maximum ISAPI Extension Requests
  158. W3_MAX_BGI_COUNTER_009_HELP=Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
  159.  
  160. W3_CURRENT_CAL_AUTH_COUNTER_009_NAME=Current CAL count for authenticated users
  161. 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.
  162.  
  163. W3_MAX_CAL_AUTH_COUNTER_009_NAME=Maximum CAL count for authenticated users
  164. 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.
  165.  
  166. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_009_NAME=Total count of failed CAL requests for authenticated users
  167. 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.
  168.  
  169. W3_CURRENT_CAL_SSL_COUNTER_009_NAME=Current CAL count for SSL connections
  170. 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.
  171.  
  172. W3_MAX_CAL_SSL_COUNTER_009_NAME=Maximum CAL count for SSL connections
  173. 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.
  174.  
  175. W3_TOTAL_FAILED_CAL_SSL_COUNTER_009_NAME=Total count of failed CAL requests for SSL connections
  176. 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.
  177.  
  178. W3_ALLOWED_REQUESTS_COUNTER_009_NAME=Total Allowed Async I/O Requests
  179. W3_ALLOWED_REQUESTS_COUNTER_009_HELP=Total requests allowed by bandwidth throttling settings (counted since service startup).
  180.  
  181. W3_BLOCKED_REQUESTS_COUNTER_009_NAME=Total Blocked Async I/O Requests
  182. W3_BLOCKED_REQUESTS_COUNTER_009_HELP=Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
  183.  
  184. W3_REJECTED_REQUESTS_COUNTER_009_NAME=Total Rejected Async I/O Requests
  185. W3_REJECTED_REQUESTS_COUNTER_009_HELP=Total requests rejected due to bandwidth throttling settings (counted since service startup).
  186.  
  187. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_NAME=Current Blocked Async I/O Requests
  188. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_009_HELP=Current requests temporarily blocked due to bandwidth throttling settings.
  189.  
  190. W3_MEASURED_BANDWIDTH_COUNTER_009_NAME=Measured Async I/O Bandwidth Usage
  191. W3_MEASURED_BANDWIDTH_COUNTER_009_HELP=Measured bandwidth of asynchronous I/O averaged over a minute.
  192.  
  193. W3_COUNTER_OBJECT_000_NAME=Web Service
  194. W3_COUNTER_OBJECT_000_HELP=The Web Service object includes counters specific to the World Wide Web Publishing Service.
  195.  
  196. W3_BYTES_SENT_COUNTER_000_NAME=Bytes Sent/sec
  197. W3_BYTES_SENT_COUNTER_000_HELP=Bytes Sent/sec is the rate that data bytes are sent by the Web service.
  198.  
  199. W3_BYTES_RECEIVED_COUNTER_000_NAME=Bytes Received/sec
  200. W3_BYTES_RECEIVED_COUNTER_000_HELP=Bytes Received/sec is the rate that data bytes are received by the Web service.
  201.  
  202. W3_BYTES_TOTAL_COUNTER_000_NAME=Bytes Total/sec
  203. W3_BYTES_TOTAL_COUNTER_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.
  204.  
  205. W3_FILES_SENT_COUNTER_000_NAME=Total Files Sent
  206. W3_FILES_SENT_COUNTER_000_HELP=Total Files Sent is the total number of files sent by the Web service (counted since service startup).
  207.  
  208. W3_FILES_SENT_SEC_000_NAME=Files Sent/sec
  209. W3_FILES_SENT_SEC_000_HELP=The rate files are sent by the Web service.
  210.  
  211. W3_FILES_RECEIVED_COUNTER_000_NAME=Total Files Received
  212. W3_FILES_RECEIVED_COUNTER_000_HELP=Total Files Received is the total number of files received by the Web service (counted since service startup).
  213.  
  214. W3_FILES_RECEIVED_SEC_000_NAME=Files Received/sec
  215. W3_FILES_RECEIVED_SEC_000_HELP=The rate files are received by the Web service.
  216.  
  217. W3_FILES_TOTAL_COUNTER_000_NAME=Total Files Transferred
  218. W3_FILES_TOTAL_COUNTER_000_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).
  219.  
  220. W3_FILES_SEC_000_NAME=Files/sec
  221. W3_FILES_SEC_000_HELP=The rate files are transferred, that is, sent and received by the Web service.
  222.  
  223. W3_CURRENT_ANONYMOUS_COUNTER_000_NAME=Current Anonymous Users
  224. W3_CURRENT_ANONYMOUS_COUNTER_000_HELP=Current Anonymous Users is the number of users who currently have an anonymous connection using the Web service.
  225.  
  226. W3_CURRENT_NONANONYMOUS_COUNTER_000_NAME=Current NonAnonymous Users
  227. 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.
  228.  
  229. W3_TOTAL_ANONYMOUS_COUNTER_000_NAME=Total Anonymous Users
  230. W3_TOTAL_ANONYMOUS_COUNTER_000_HELP=Total Anonymous Users is the total number of users who established an anonymous connection with the Web service (counted since service startup).
  231.  
  232. W3_ANONYMOUS_USERS_SEC_000_NAME=Anonymous Users/sec
  233. W3_ANONYMOUS_USERS_SEC_000_HELP=The rate users are making anonymous connections using the Web service.
  234.  
  235. W3_TOTAL_NONANONYMOUS_COUNTER_000_NAME=Total NonAnonymous Users
  236. 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 (counted since service startup).
  237.  
  238. W3_NON_ANONYMOUS_USERS_SEC_000_NAME=NonAnonymous Users/sec
  239. W3_NON_ANONYMOUS_USERS_SEC_000_HELP=The rate users are making non-anonymous connections using the Web service.
  240.  
  241. W3_MAX_ANONYMOUS_COUNTER_000_NAME=Maximum Anonymous Users
  242. W3_MAX_ANONYMOUS_COUNTER_000_HELP=Maximum Anonymous Users is the maximum number of users who established concurrent anonymous connections using the Web service (counted since service startup).
  243.  
  244. W3_MAX_NONANONYMOUS_COUNTER_000_NAME=Maximum NonAnonymous Users
  245. W3_MAX_NONANONYMOUS_COUNTER_000_HELP=Maximum NonAnonymous Users is the maximum number of users who established concurrent non-anonymous connections using the Web service (counted since service startup).
  246.  
  247. W3_CURRENT_CONNECTIONS_COUNTER_000_NAME=Current Connections
  248. W3_CURRENT_CONNECTIONS_COUNTER_000_HELP=Current Connections is the current number of connections established with the Web service.
  249.  
  250. W3_MAX_CONNECTIONS_COUNTER_000_NAME=Maximum Connections
  251. W3_MAX_CONNECTIONS_COUNTER_000_HELP=Maximum Connections is the maximum number of simultaneous connections established with the Web service.
  252.  
  253. W3_CONNECTION_ATTEMPTS_COUNTER_000_NAME=Total Connection Attempts
  254. W3_CONNECTION_ATTEMPTS_COUNTER_000_HELP=Total Connection Attempts is the number of connections that have been attempted using the Web service (counted since service startup).
  255.  
  256. W3_CONNECTION_ATTEMPTS_SEC_000_NAME=Connection Attempts/sec
  257. W3_CONNECTION_ATTEMPTS_SEC_000_HELP=The rate that connections using the Web service are being attempted.
  258.  
  259. W3_LOGON_ATTEMPTS_COUNTER_000_NAME=Total Logon Attempts
  260. W3_LOGON_ATTEMPTS_COUNTER_000_HELP=Total Logon Attempts is the number of logons that have been attempted using the Web service (counted since service startup).
  261.  
  262. W3_LOGON_ATTEMPTS_SEC_000_NAME=Logon Attempts/sec
  263. W3_LOGON_ATTEMPTS_SEC_000_HELP=The rate that logons using the Web service are being attempted.
  264.  
  265. W3_TOTAL_GETS_COUNTER_000_NAME=Total Get Requests
  266. W3_TOTAL_GETS_COUNTER_000_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.
  267.  
  268. W3_TOTAL_GETS_SEC_000_NAME=Get Requests/sec
  269. W3_TOTAL_GETS_SEC_000_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.
  270.  
  271. W3_TOTAL_POSTS_COUNTER_000_NAME=Total Post Requests
  272. W3_TOTAL_POSTS_COUNTER_000_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.
  273.  
  274. W3_TOTAL_POSTS_SEC_000_NAME=Post Requests/sec
  275. W3_TOTAL_POSTS_SEC_000_HELP=The rate HTTP requests using the POST method are made.  Post requests are generally used for forms or gateway requests.
  276.  
  277. W3_TOTAL_HEADS_COUNTER_000_NAME=Total Head Requests
  278. W3_TOTAL_HEADS_COUNTER_000_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.
  279.  
  280. W3_TOTAL_HEADS_SEC_000_NAME=Head Requests/sec
  281. 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.
  282.  
  283. W3_TOTAL_PUTS_COUNTER_000_NAME=Total Put Requests
  284. W3_TOTAL_PUTS_COUNTER_000_HELP=Total Put Requests is the number of HTTP requests using the PUT method (counted since service startup).
  285.  
  286. W3_TOTAL_PUTS_SEC_000_NAME=Put Requests/sec
  287. W3_TOTAL_PUTS_SEC_000_HELP=The rate HTTP requests using the PUT method are made.
  288.  
  289. W3_TOTAL_DELETES_COUNTER_000_NAME=Total Delete Requests
  290. W3_TOTAL_DELETES_COUNTER_000_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.
  291.  
  292. W3_TOTAL_DELETES_SEC_000_NAME=Delete Requests/sec
  293. W3_TOTAL_DELETES_SEC_000_HELP=The rate HTTP requests using the DELETE method are made.  Delete requests are generally used for file removals.
  294.  
  295. W3_TOTAL_TRACES_COUNTER_000_NAME=Total Trace Requests
  296. W3_TOTAL_TRACES_COUNTER_000_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.
  297.  
  298. W3_TOTAL_TRACES_SEC_000_NAME=Trace Requests/sec
  299. 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.
  300.  
  301. W3_TOTAL_OTHERS_COUNTER_000_NAME=Total Other Request Methods
  302. W3_TOTAL_OTHERS_COUNTER_000_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.
  303.  
  304. W3_TOTAL_OTHERS_SEC_000_NAME=Other Request Methods/sec
  305. W3_TOTAL_OTHERS_SEC_000_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.
  306.  
  307. W3_TOTAL_REQUESTS_COUNTER_000_NAME=Total Method Requests
  308. W3_TOTAL_REQUESTS_COUNTER_000_HELP=Total Method Requests is the number of HTTP GET, POST, PUT, DELETE, TRACE, HEAD and other method requests (counted since service startup).
  309.  
  310. W3_TOTAL_REQUESTS_SEC_000_NAME=Total Method Requests/sec
  311. W3_TOTAL_REQUESTS_SEC_000_HELP=The rate HTTP requests using GET, POST, PUT, DELETE, TRACE or HEAD methods are made.
  312.  
  313. W3_TOTAL_CGI_REQUESTS_COUNTER_000_NAME=Total CGI Requests
  314. W3_TOTAL_CGI_REQUESTS_COUNTER_000_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.
  315.  
  316. W3_CGI_REQUESTS_SEC_000_NAME=CGI Requests/sec
  317. W3_CGI_REQUESTS_SEC_000_HELP=The rate of CGI requests that are simultaneously being processed by the Web service.
  318.  
  319. W3_TOTAL_BGI_REQUESTS_COUNTER_000_NAME=Total ISAPI Extension Requests
  320. W3_TOTAL_BGI_REQUESTS_COUNTER_000_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.
  321.  
  322. W3_BGI_REQUESTS_SEC_000_NAME=ISAPI Extension Requests/sec
  323. W3_BGI_REQUESTS_SEC_000_HELP=The rate of ISAPI Extension requests that are simultaneously being processed by the Web service.
  324.  
  325. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_000_NAME=Total Not Found Errors
  326. 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.  These are generally reported as an HTTP 404 error code to the client.  The count is the total since service startup.
  327.  
  328. W3_TOTAL_NOT_FOUND_ERRORS_SEC_000_NAME=Not Found Errors/sec
  329. 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.
  330.  
  331. W3_CURRENT_CGI_COUNTER_000_NAME=Current CGI Requests
  332. W3_CURRENT_CGI_COUNTER_000_HELP=Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the Web service.
  333.  
  334. W3_CURRENT_BGI_COUNTER_000_NAME=Current ISAPI Extension Requests
  335. W3_CURRENT_BGI_COUNTER_000_HELP=Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the Web service.
  336.  
  337. W3_MAX_CGI_COUNTER_000_NAME=Maximum CGI Requests
  338. W3_MAX_CGI_COUNTER_000_HELP=Maximum CGI Requests is the maximum number of CGI requests simultaneously processed by the Web service.
  339.  
  340. W3_MAX_BGI_COUNTER_000_NAME=Maximum ISAPI Extension Requests
  341. W3_MAX_BGI_COUNTER_000_HELP=Maximum ISAPI Extension Requests is the maximum number of Extension requests simultaneously processed by the Web service.
  342.  
  343. W3_CURRENT_CAL_AUTH_COUNTER_000_NAME=Current CAL count for authenticated users
  344. W3_CURRENT_CAL_AUTH_COUNTER_000_HELP=Current CAL count for authenticated users is the current count of licenses used simultaneously by the Web service for authenticated connections.
  345.  
  346. W3_MAX_CAL_AUTH_COUNTER_000_NAME=Maximum CAL count for authenticated users
  347. W3_MAX_CAL_AUTH_COUNTER_000_HELP=Maximum CAL count for authenticated users is the maximum count of licenses used simultaneously by the Web service for authenticated connections.
  348.  
  349. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_000_NAME=Total count of failed CAL requests for authenticated users
  350. W3_TOTAL_FAILED_CAL_AUTH_COUNTER_000_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.
  351.  
  352. W3_CURRENT_CAL_SSL_COUNTER_000_NAME=Current CAL count for SSL connections
  353. W3_CURRENT_CAL_SSL_COUNTER_000_HELP=Current CAL count for SSL connections is the current count of licenses used simultaneously by the Web service for SSL connections.
  354.  
  355. W3_MAX_CAL_SSL_COUNTER_000_NAME=Maximum CAL count for SSL connections
  356. W3_MAX_CAL_SSL_COUNTER_000_HELP=Maximum CAL count for SSL connections is the maximum count of licenses used simultaneously by the Web service for SSL connections.
  357.  
  358. W3_TOTAL_FAILED_CAL_SSL_COUNTER_000_NAME=Total count of failed CAL requests for SSL connections
  359. W3_TOTAL_FAILED_CAL_SSL_COUNTER_000_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.
  360.  
  361. W3_ALLOWED_REQUESTS_COUNTER_000_NAME=Total Allowed Async I/O Requests
  362. W3_ALLOWED_REQUESTS_COUNTER_000_HELP=Total requests allowed by bandwidth throttling settings (counted since service startup).
  363.  
  364. W3_BLOCKED_REQUESTS_COUNTER_000_NAME=Total Blocked Async I/O Requests
  365. W3_BLOCKED_REQUESTS_COUNTER_000_HELP=Total requests temporarily blocked due to bandwidth throttling settings (counted since service startup).
  366.  
  367. W3_REJECTED_REQUESTS_COUNTER_000_NAME=Total Rejected Async I/O Requests
  368. W3_REJECTED_REQUESTS_COUNTER_000_HELP=Total requests rejected due to bandwidth throttling settings (counted since service startup).
  369.  
  370. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_000_NAME=Current Blocked Async I/O Requests
  371. W3_CURRENT_BLOCKED_REQUESTS_COUNTER_000_HELP=Current requests temporarily blocked due to bandwidth throttling settings.
  372.  
  373. W3_MEASURED_BANDWIDTH_COUNTER_000_NAME=Measured Async I/O Bandwidth Usage
  374. W3_MEASURED_BANDWIDTH_COUNTER_000_HELP=Measured bandwidth of asynchronous I/O averaged over a minute.
  375.