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.

416 lines
19 KiB

  1. [info]
  2. drivername=ASP.NET
  3. symbolfile=aspnet_perf.h
  4. [languages]
  5. 000=Neutral
  6. 009=English
  7. [objects]
  8. OBJECT_1_009_NAME=ASP.NET
  9. OBJECT_2_009_NAME=ASP.NET Applications
  10. [text]
  11. OBJECT_1_009_NAME=ASP.NET
  12. OBJECT_1_009_HELP=ASP.NET global performance counters
  13. OBJECT_2_009_NAME=ASP.NET Applications
  14. OBJECT_2_009_HELP=ASP.NET Application performance counters
  15. ;;
  16. ;; ASP.NET System Counters
  17. ;;
  18. ASPNET_APPLICATION_RESTARTS_009_NAME=Application Restarts
  19. ASPNET_APPLICATION_RESTARTS_009_HELP=Number of times the application has been restarted during the web server's lifetime.
  20. ASPNET_APPLICATIONS_RUNNING_009_NAME=Applications Running
  21. ASPNET_APPLICATIONS_RUNNING_009_HELP=Number of currently running web applications.
  22. ASPNET_REQUESTS_DISCONNECTED_009_NAME=Requests Disconnected
  23. ASPNET_REQUESTS_DISCONNECTED_009_HELP=The number of requests disconnected due to communication errors or user terminated.
  24. ASPNET_REQUEST_EXECUTION_TIME_009_NAME=Request Execution Time
  25. ASPNET_REQUEST_EXECUTION_TIME_009_HELP=The number of milliseconds that it took to execute the most recent request.
  26. ASPNET_REQUESTS_REJECTED_009_NAME=Requests Rejected
  27. ASPNET_REQUESTS_REJECTED_009_HELP=The number of requests rejected because the request queue was full.
  28. ASPNET_REQUESTS_QUEUED_009_NAME=Requests Queued
  29. ASPNET_REQUESTS_QUEUED_009_HELP=The number of requests waiting to be processed.
  30. ASPNET_WPS_RUNNING_009_NAME=Worker Processes Running
  31. ASPNET_WPS_RUNNING_009_HELP=Number of worker processes running on the machine.
  32. ASPNET_WPS_RESTARTS_009_NAME=Worker Process Restarts
  33. ASPNET_WPS_RESTARTS_009_HELP=Number of times a worker process has restarted on the machine.
  34. ASPNET_REQUEST_WAIT_TIME_009_NAME=Request Wait Time
  35. ASPNET_REQUEST_WAIT_TIME_009_HELP=The number of milliseconds the most recent request was waiting in the queue.
  36. ASPNET_STATE_SERVER_SESSIONS_ACTIVE_009_NAME=State Server Sessions Active
  37. ASPNET_STATE_SERVER_SESSIONS_ACTIVE_009_HELP=The current number of sessions currently active.
  38. ASPNET_STATE_SERVER_SESSIONS_ABANDONED_009_NAME=State Server Sessions Abandoned
  39. ASPNET_STATE_SERVER_SESSIONS_ABANDONED_009_HELP=The number of sessions that have been explicitly abandoned.
  40. ASPNET_STATE_SERVER_SESSIONS_TIMED_OUT_009_NAME=State Server Sessions Timed Out
  41. ASPNET_STATE_SERVER_SESSIONS_TIMED_OUT_009_HELP=The number of sessions timed out.
  42. ASPNET_STATE_SERVER_SESSIONS_TOTAL_009_NAME=State Server Sessions Total
  43. ASPNET_STATE_SERVER_SESSIONS_TOTAL_009_HELP=The number of sessions total.
  44. ;;
  45. ;; ASP.NET Application Counters
  46. ;;
  47. ASPNET_ANONYMOUS_REQUESTS_009_NAME=Anonymous Requests
  48. ASPNET_ANONYMOUS_REQUESTS_009_HELP=Number of requests utilizing anonymous authentication.
  49. ASPNET_ANONYMOUS_REQUESTS_RATE_009_NAME=Anonymous Requests/Sec
  50. ASPNET_ANONYMOUS_REQUESTS_RATE_009_HELP=Number of Authentication Anonymous Requests/Sec
  51. ASPNET_TOTAL_CACHE_ENTRIES_009_NAME=Cache Total Entries
  52. ASPNET_TOTAL_CACHE_ENTRIES_009_HELP=Total number of entries within the cache (both internal and user added)
  53. ASPNET_TOTAL_CACHE_TURNOVER_RATE_009_NAME=Cache Total Turnover Rate
  54. ASPNET_TOTAL_CACHE_TURNOVER_RATE_009_HELP=Number of additions and removals to the total cache per second.
  55. ASPNET_TOTAL_CACHE_HITS_009_NAME=Cache Total Hits
  56. ASPNET_TOTAL_CACHE_HITS_009_HELP=Total number of hits from the cache.
  57. ASPNET_TOTAL_CACHE_MISSES_009_NAME=Cache Total Misses
  58. ASPNET_TOTAL_CACHE_MISSES_009_HELP=Total number of cache misses.
  59. ASPNET_TOTAL_CACHE_RATIO_009_NAME=Cache Total Hit Ratio
  60. ASPNET_TOTAL_CACHE_RATIO_009_HELP=Ratio of hits from all cache calls.
  61. ASPNET_TOTAL_CACHE_RATIO_BASE_009_NAME=Cache Total Hit Ratio Base
  62. ASPNET_TOTAL_CACHE_RATIO_BASE_009_HELP=Cache Total Hit Ratio Base
  63. ASPNET_API_CACHE_ENTRIES_009_NAME=Cache API Entries
  64. ASPNET_API_CACHE_ENTRIES_009_HELP=Total number of entries within the cache added by the user.
  65. ASPNET_API_CACHE_TURNOVER_RATE_009_NAME=Cache API Turnover Rate
  66. ASPNET_API_CACHE_TURNOVER_RATE_009_HELP=Number of additions and removals to the API cache per second.
  67. ASPNET_API_CACHE_HITS_009_NAME=Cache API Hits
  68. ASPNET_API_CACHE_HITS_009_HELP=Number of cache hits from user code.
  69. ASPNET_API_CACHE_MISSES_009_NAME=Cache API Misses
  70. ASPNET_API_CACHE_MISSES_009_HELP=Number of cache misses called from user code.
  71. ASPNET_API_CACHE_RATIO_009_NAME=Cache API Hit Ratio
  72. ASPNET_API_CACHE_RATIO_009_HELP=Ratio of hits called from user code.
  73. ASPNET_API_CACHE_RATIO_BASE_009_NAME=Cache API Hit Ratio Base
  74. ASPNET_API_CACHE_RATIO_BASE_009_HELP=Cache API Hit Ratio Base
  75. ASPNET_OUTPUT_CACHE_ENTRIES_009_NAME=Output Cache Entries
  76. ASPNET_OUTPUT_CACHE_ENTRIES_009_HELP=Current number of entries in the output cache.
  77. ASPNET_OUTPUT_CACHE_TURNOVER_RATE_009_NAME=Output Cache Turnover Rate
  78. ASPNET_OUTPUT_CACHE_TURNOVER_RATE_009_HELP=Number of additions and removals to the output cache per second.
  79. ASPNET_OUTPUT_CACHE_HITS_009_NAME=Output Cache Hits
  80. ASPNET_OUTPUT_CACHE_HITS_009_HELP=Total number of ouput cacheable requests served from the output cache.
  81. ASPNET_OUTPUT_CACHE_MISSES_009_NAME=Output Cache Misses
  82. ASPNET_OUTPUT_CACHE_MISSES_009_HELP=Total number of ouput cacheable requests not served from the output cache.
  83. ASPNET_OUTPUT_CACHE_RATIO_009_NAME=Output Cache Hit Ratio
  84. ASPNET_OUTPUT_CACHE_RATIO_009_HELP=Ratio of hits to requests for output cacheable requests.
  85. ASPNET_OUTPUT_CACHE_RATIO_BASE_009_NAME=Output Cache Hit Ratio Base
  86. ASPNET_OUTPUT_CACHE_RATIO_BASE_009_HELP=Output Cache Hit Ratio Base
  87. ASPNET_COMPILATIONS_009_NAME=Compilations Total
  88. ASPNET_COMPILATIONS_009_HELP=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled.
  89. ASPNET_DEBUGGING_REQUESTS_009_NAME=Debugging Requests
  90. ASPNET_DEBUGGING_REQUESTS_009_HELP=Number of debugging requests processed.
  91. ASPNET_ERRORS_PRE_PROCESSING_009_NAME=Errors During Preprocessing
  92. ASPNET_ERRORS_PRE_PROCESSING_009_HELP=Number of errors that have occurred during parsing and configuration.
  93. ASPNET_ERRORS_COMPILING_009_NAME=Errors During Compilation
  94. ASPNET_ERRORS_COMPILING_009_HELP=Number of errors that have occurred during compilation.
  95. ASPNET_ERRORS_DURING_REQUEST_009_NAME=Errors During Execution
  96. ASPNET_ERRORS_DURING_REQUEST_009_HELP=Number of errors that have occurred during the processing of a request.
  97. ASPNET_ERRORS_UNHANDLED_009_NAME=Errors Unhandled During Execution
  98. ASPNET_ERRORS_UNHANDLED_009_HELP=Number of errors not handled by user code, but by the default error handler.
  99. ASPNET_ERRORS_UNHANDLED_RATE_009_NAME=Errors Unhandled During Execution/Sec
  100. ASPNET_ERRORS_UNHANDLED_RATE_009_HELP=Rate of unhandled errors.
  101. ASPNET_ERRORS_TOTAL_009_NAME=Errors Total
  102. ASPNET_ERRORS_TOTAL_009_HELP=Total number of errors occurred.
  103. ASPNET_ERRORS_TOTAL_RATE_009_NAME=Errors Total/Sec
  104. ASPNET_ERRORS_TOTAL_RATE_009_HELP=Rate of errors occurred.
  105. ASPNET_PIPELINES_009_NAME=Pipeline Instance Count
  106. ASPNET_PIPELINES_009_HELP=Number of active pipeline instances.
  107. ASPNET_REQUEST_BYTES_IN_009_NAME=Request Bytes In Total
  108. ASPNET_REQUEST_BYTES_IN_009_HELP=The total size, in bytes, of all requests.
  109. ASPNET_REQUEST_BYTES_OUT_009_NAME=Request Bytes Out Total
  110. ASPNET_REQUEST_BYTES_OUT_009_HELP=The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers.
  111. ASPNET_REQUESTS_EXECUTING_009_NAME=Requests Executing
  112. ASPNET_REQUESTS_EXECUTING_009_HELP=The number of requests currently executing.
  113. ASPNET_REQUESTS_FAILED_009_NAME=Requests Failed
  114. ASPNET_REQUESTS_FAILED_009_HELP=Total number of failed requests.
  115. ASPNET_REQUESTS_NOT_FOUND_009_NAME=Requests Not Found
  116. ASPNET_REQUESTS_NOT_FOUND_009_HELP=The number of requests for resources that were not found.
  117. ASPNET_REQUESTS_NOT_AUTHORIZED_009_NAME=Requests Not Authorized
  118. ASPNET_REQUESTS_NOT_AUTHORIZED_009_HELP=Number of requests failed due to unauthorized access.
  119. ASPNET_REQUESTS_TIMED_OUT_009_NAME=Requests Timed Out
  120. ASPNET_REQUESTS_TIMED_OUT_009_HELP=The number of requests that timed out.
  121. ASPNET_REQUESTS_SUCCEDED_009_NAME=Requests Succeeded
  122. ASPNET_REQUESTS_SUCCEDED_009_HELP=The number of requests that executed successfully.
  123. ASPNET_REQUESTS_TOTAL_009_NAME=Requests Total
  124. ASPNET_REQUESTS_TOTAL_009_HELP=The total number of requests since the application was started.
  125. ASPNET_REQUESTS_TOTAL_RATE_009_NAME=Requests/Sec
  126. ASPNET_REQUESTS_TOTAL_RATE_009_HELP=The number of requests executed per second.
  127. ASPNET_SESSIONS_ACTIVE_009_NAME=Sessions Active
  128. ASPNET_SESSIONS_ACTIVE_009_HELP=The current number of sessions currently active.
  129. ASPNET_SESSIONS_ABANDONED_009_NAME=Sessions Abandoned
  130. ASPNET_SESSIONS_ABANDONED_009_HELP=The number of sessions that have been explicitly abandoned.
  131. ASPNET_SESSIONS_TIMED_OUT_009_NAME=Sessions Timed Out
  132. ASPNET_SESSIONS_TIMED_OUT_009_HELP=The number of sessions timed out.
  133. ASPNET_SESSIONS_TOTAL_009_NAME=Sessions Total
  134. ASPNET_SESSIONS_TOTAL_009_HELP=Total number of sessions since the application was started.
  135. ASPNET_TRANSACTIONS_ABORTED_009_NAME=Transactions Aborted
  136. ASPNET_TRANSACTIONS_ABORTED_009_HELP=The number of transactions aborted.
  137. ASPNET_TRANSACTIONS_COMMITTED_009_NAME=Transactions Committed
  138. ASPNET_TRANSACTIONS_COMMITTED_009_HELP=The number of transactions committed.
  139. ASPNET_TRANSACTIONS_PENDING_009_NAME=Transactions Pending
  140. ASPNET_TRANSACTIONS_PENDING_009_HELP=Number of transactions in progress.
  141. ASPNET_TRANSACTIONS_TOTAL_009_NAME=Transactions Total
  142. ASPNET_TRANSACTIONS_TOTAL_009_HELP=The total number of transactions since the application was started.
  143. ASPNET_TRANSACTIONS_RATE_009_NAME=Transactions/Sec
  144. ASPNET_TRANSACTIONS_RATE_009_HELP=Transactions started per second.
  145. ;;
  146. ;;
  147. ;;
  148. OBJECT_1_000_NAME=ASP.NET
  149. OBJECT_1_000_HELP=ASP.NET global performance counters
  150. OBJECT_2_000_NAME=ASP.NET Applications
  151. OBJECT_2_000_HELP=ASP.NET Application performance counters
  152. ;;
  153. ;; ASP.NET System Counters
  154. ;;
  155. ASPNET_APPLICATION_RESTARTS_000_NAME=Application Restarts
  156. ASPNET_APPLICATION_RESTARTS_000_HELP=Number of times the application has been restarted during the web server's lifetime.
  157. ASPNET_APPLICATIONS_RUNNING_000_NAME=Applications Running
  158. ASPNET_APPLICATIONS_RUNNING_000_HELP=Number of currently running web applications.
  159. ASPNET_REQUESTS_DISCONNECTED_000_NAME=Requests Disconnected
  160. ASPNET_REQUESTS_DISCONNECTED_000_HELP=The number of requests disconnected due to communication errors or user terminated.
  161. ASPNET_REQUEST_EXECUTION_TIME_000_NAME=Request Execution Time
  162. ASPNET_REQUEST_EXECUTION_TIME_000_HELP=The number of milliseconds that it took to execute the most recent request.
  163. ASPNET_REQUESTS_REJECTED_000_NAME=Requests Rejected
  164. ASPNET_REQUESTS_REJECTED_000_HELP=The number of requests rejected because the request queue was full.
  165. ASPNET_REQUESTS_QUEUED_000_NAME=Requests Queued
  166. ASPNET_REQUESTS_QUEUED_000_HELP=The number of requests waiting to be processed.
  167. ASPNET_WPS_RUNNING_000_NAME=Worker Processes Running
  168. ASPNET_WPS_RUNNING_000_HELP=Number of worker processes running on the machine.
  169. ASPNET_WPS_RESTARTS_000_NAME=Worker Process Restarts
  170. ASPNET_WPS_RESTARTS_000_HELP=Number of times a worker process has restarted on the machine.
  171. ASPNET_REQUEST_WAIT_TIME_000_NAME=Request Wait Time
  172. ASPNET_REQUEST_WAIT_TIME_000_HELP=The number of milliseconds the most recent request was waiting in the queue.
  173. ASPNET_STATE_SERVER_SESSIONS_ACTIVE_000_NAME=State Server Sessions Active
  174. ASPNET_STATE_SERVER_SESSIONS_ACTIVE_000_HELP=The current number of sessions currently active.
  175. ASPNET_STATE_SERVER_SESSIONS_ABANDONED_000_NAME=State Server Sessions Abandoned
  176. ASPNET_STATE_SERVER_SESSIONS_ABANDONED_000_HELP=The number of sessions that have been explicitly abandoned.
  177. ASPNET_STATE_SERVER_SESSIONS_TIMED_OUT_000_NAME=State Server Sessions Timed Out
  178. ASPNET_STATE_SERVER_SESSIONS_TIMED_OUT_000_HELP=The number of sessions timed out.
  179. ASPNET_STATE_SERVER_SESSIONS_TOTAL_000_NAME=State Server Sessions Total
  180. ASPNET_STATE_SERVER_SESSIONS_TOTAL_000_HELP=The number of sessions total.
  181. ;;
  182. ;; ASP.NET Application Counters
  183. ;;
  184. ASPNET_ANONYMOUS_REQUESTS_000_NAME=Anonymous Requests
  185. ASPNET_ANONYMOUS_REQUESTS_000_HELP=Number of requests utilizing anonymous authentication.
  186. ASPNET_ANONYMOUS_REQUESTS_RATE_000_NAME=Anonymous Requests/Sec
  187. ASPNET_ANONYMOUS_REQUESTS_RATE_000_HELP=Number of Authentication Anonymous Requests/Sec
  188. ASPNET_TOTAL_CACHE_ENTRIES_000_NAME=Cache Total Entries
  189. ASPNET_TOTAL_CACHE_ENTRIES_000_HELP=Total number of entries within the cache (both internal and user added)
  190. ASPNET_TOTAL_CACHE_TURNOVER_RATE_000_NAME=Cache Total Turnover Rate
  191. ASPNET_TOTAL_CACHE_TURNOVER_RATE_000_HELP=Number of additions and removals to the total cache per second.
  192. ASPNET_TOTAL_CACHE_HITS_000_NAME=Cache Total Hits
  193. ASPNET_TOTAL_CACHE_HITS_000_HELP=Total number of hits from the cache.
  194. ASPNET_TOTAL_CACHE_MISSES_000_NAME=Cache Total Misses
  195. ASPNET_TOTAL_CACHE_MISSES_000_HELP=Total number of cache misses.
  196. ASPNET_TOTAL_CACHE_RATIO_000_NAME=Cache Total Hit Ratio
  197. ASPNET_TOTAL_CACHE_RATIO_000_HELP=Ratio of hits from all cache calls.
  198. ASPNET_TOTAL_CACHE_RATIO_BASE_000_NAME=Cache Total Hit Ratio Base
  199. ASPNET_TOTAL_CACHE_RATIO_BASE_000_HELP=Cache Total Hit Ratio Base
  200. ASPNET_API_CACHE_ENTRIES_000_NAME=Cache API Entries
  201. ASPNET_API_CACHE_ENTRIES_000_HELP=Total number of entries within the cache added by the user.
  202. ASPNET_API_CACHE_TURNOVER_RATE_000_NAME=Cache API Turnover Rate
  203. ASPNET_API_CACHE_TURNOVER_RATE_000_HELP=Number of additions and removals to the API cache per second.
  204. ASPNET_API_CACHE_HITS_000_NAME=Cache API Hits
  205. ASPNET_API_CACHE_HITS_000_HELP=Number of cache hits from user code.
  206. ASPNET_API_CACHE_MISSES_000_NAME=Cache API Misses
  207. ASPNET_API_CACHE_MISSES_000_HELP=Number of cache misses called from user code.
  208. ASPNET_API_CACHE_RATIO_000_NAME=Cache API Hit Ratio
  209. ASPNET_API_CACHE_RATIO_000_HELP=Ratio of hits called from user code.
  210. ASPNET_API_CACHE_RATIO_BASE_000_NAME=Cache API Hit Ratio Base
  211. ASPNET_API_CACHE_RATIO_BASE_000_HELP=Cache API Hit Ratio Base
  212. ASPNET_OUTPUT_CACHE_ENTRIES_000_NAME=Output Cache Entries
  213. ASPNET_OUTPUT_CACHE_ENTRIES_000_HELP=Current number of entries in the output cache.
  214. ASPNET_OUTPUT_CACHE_TURNOVER_RATE_000_NAME=Output Cache Turnover Rate
  215. ASPNET_OUTPUT_CACHE_TURNOVER_RATE_000_HELP=Number of additions and removals to the output cache per second.
  216. ASPNET_OUTPUT_CACHE_HITS_000_NAME=Output Cache Hits
  217. ASPNET_OUTPUT_CACHE_HITS_000_HELP=Total number of ouput cacheable requests served from the output cache.
  218. ASPNET_OUTPUT_CACHE_MISSES_000_NAME=Output Cache Misses
  219. ASPNET_OUTPUT_CACHE_MISSES_000_HELP=Total number of ouput cacheable requests not served from the output cache.
  220. ASPNET_OUTPUT_CACHE_RATIO_000_NAME=Output Cache Hit Ratio
  221. ASPNET_OUTPUT_CACHE_RATIO_000_HELP=Ratio of hits to requests for output cacheable requests.
  222. ASPNET_OUTPUT_CACHE_RATIO_BASE_000_NAME=Output Cache Hit Ratio Base
  223. ASPNET_OUTPUT_CACHE_RATIO_BASE_000_HELP=Output Cache Hit Ratio Base
  224. ASPNET_COMPILATIONS_000_NAME=Compilations Total
  225. ASPNET_COMPILATIONS_000_HELP=Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled.
  226. ASPNET_DEBUGGING_REQUESTS_000_NAME=Debugging Requests
  227. ASPNET_DEBUGGING_REQUESTS_000_HELP=Number of debugging requests processed.
  228. ASPNET_ERRORS_PRE_PROCESSING_000_NAME=Errors During Preprocessing
  229. ASPNET_ERRORS_PRE_PROCESSING_000_HELP=Number of errors that have occurred during parsing and configuration.
  230. ASPNET_ERRORS_COMPILING_000_NAME=Errors During Compilation
  231. ASPNET_ERRORS_COMPILING_000_HELP=Number of errors that have occurred during compilation.
  232. ASPNET_ERRORS_DURING_REQUEST_000_NAME=Errors During Execution
  233. ASPNET_ERRORS_DURING_REQUEST_000_HELP=Number of errors that have occurred during the processing of a request.
  234. ASPNET_ERRORS_UNHANDLED_000_NAME=Errors Unhandled During Execution
  235. ASPNET_ERRORS_UNHANDLED_000_HELP=Number of errors not handled by user code, but by the default error handler.
  236. ASPNET_ERRORS_UNHANDLED_RATE_000_NAME=Errors Unhandled During Execution/Sec
  237. ASPNET_ERRORS_UNHANDLED_RATE_000_HELP=Rate of unhandled errors.
  238. ASPNET_ERRORS_TOTAL_000_NAME=Errors Total
  239. ASPNET_ERRORS_TOTAL_000_HELP=Total number of errors occurred.
  240. ASPNET_ERRORS_TOTAL_RATE_000_NAME=Errors Total/Sec
  241. ASPNET_ERRORS_TOTAL_RATE_000_HELP=Rate of errors occurred.
  242. ASPNET_PIPELINES_000_NAME=Pipeline Instance Count
  243. ASPNET_PIPELINES_000_HELP=Number of active pipeline instances.
  244. ASPNET_REQUEST_BYTES_IN_000_NAME=Request Bytes In Total
  245. ASPNET_REQUEST_BYTES_IN_000_HELP=The total size, in bytes, of all requests.
  246. ASPNET_REQUEST_BYTES_OUT_000_NAME=Request Bytes Out Total
  247. ASPNET_REQUEST_BYTES_OUT_000_HELP=The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers.
  248. ASPNET_REQUESTS_EXECUTING_000_NAME=Requests Executing
  249. ASPNET_REQUESTS_EXECUTING_000_HELP=The number of requests currently executing.
  250. ASPNET_REQUESTS_FAILED_000_NAME=Requests Failed
  251. ASPNET_REQUESTS_FAILED_000_HELP=Total number of failed requests.
  252. ASPNET_REQUESTS_NOT_FOUND_000_NAME=Requests Not Found
  253. ASPNET_REQUESTS_NOT_FOUND_000_HELP=The number of requests for resources that were not found.
  254. ASPNET_REQUESTS_NOT_AUTHORIZED_000_NAME=Requests Not Authorized
  255. ASPNET_REQUESTS_NOT_AUTHORIZED_000_HELP=Number of requests failed due to unauthorized access.
  256. ASPNET_REQUESTS_TIMED_OUT_000_NAME=Requests Timed Out
  257. ASPNET_REQUESTS_TIMED_OUT_000_HELP=The number of requests that timed out.
  258. ASPNET_REQUESTS_SUCCEDED_000_NAME=Requests Succeeded
  259. ASPNET_REQUESTS_SUCCEDED_000_HELP=The number of requests that executed successfully.
  260. ASPNET_REQUESTS_TOTAL_000_NAME=Requests Total
  261. ASPNET_REQUESTS_TOTAL_000_HELP=The total number of requests since the application was started.
  262. ASPNET_REQUESTS_TOTAL_RATE_000_NAME=Requests/Sec
  263. ASPNET_REQUESTS_TOTAL_RATE_000_HELP=The number of requests executed per second.
  264. ASPNET_SESSIONS_ACTIVE_000_NAME=Sessions Active
  265. ASPNET_SESSIONS_ACTIVE_000_HELP=The current number of sessions currently active.
  266. ASPNET_SESSIONS_ABANDONED_000_NAME=Sessions Abandoned
  267. ASPNET_SESSIONS_ABANDONED_000_HELP=The number of sessions that have been explicitly abandoned.
  268. ASPNET_SESSIONS_TIMED_OUT_000_NAME=Sessions Timed Out
  269. ASPNET_SESSIONS_TIMED_OUT_000_HELP=The number of sessions timed out.
  270. ASPNET_SESSIONS_TOTAL_000_NAME=Sessions Total
  271. ASPNET_SESSIONS_TOTAL_000_HELP=Total number of sessions since the application was started.
  272. ASPNET_TRANSACTIONS_ABORTED_000_NAME=Transactions Aborted
  273. ASPNET_TRANSACTIONS_ABORTED_000_HELP=The number of transactions aborted.
  274. ASPNET_TRANSACTIONS_COMMITTED_000_NAME=Transactions Committed
  275. ASPNET_TRANSACTIONS_COMMITTED_000_HELP=The number of transactions committed.
  276. ASPNET_TRANSACTIONS_PENDING_000_NAME=Transactions Pending
  277. ASPNET_TRANSACTIONS_PENDING_000_HELP=Number of transactions in progress.
  278. ASPNET_TRANSACTIONS_TOTAL_000_NAME=Transactions Total
  279. ASPNET_TRANSACTIONS_TOTAL_000_HELP=The total number of transactions since the application was started.
  280. ASPNET_TRANSACTIONS_RATE_000_NAME=Transactions/Sec
  281. ASPNET_TRANSACTIONS_RATE_000_HELP=Transactions started per second.