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.

269 lines
10 KiB

  1. ;//*===================================================================
  2. ;//Microsoft Denali
  3. ;//
  4. ;//Microsoft Confidential.
  5. ;//Copyright 1997-2000 Microsoft Corporation. All Rights Reserved.
  6. ;//
  7. ;//Component: ASP - Active Server Pages
  8. ;//
  9. ;//File: axperf.ini
  10. ;//
  11. ;// Description:
  12. ;// drivername: The name of the application found under the
  13. ;// CurrentControlSet\Services Key
  14. ;//
  15. ;// symbolfile: An .H file containing symbolic offset of counters.
  16. ;// The performance DLL also uses the offsets in this file
  17. ;// along with the First Counter and First Help Registry values
  18. ;// to determine the indexes of the various counters and counter
  19. ;// objects.
  20. ;//
  21. ;// languages: An ID corresponding to the language subkey in the Registry.
  22. ;//
  23. ;// offset: A symbolic constant defined in SymbolFile. Offsets must be consecutive
  24. ;// even numbers beginning with zero. These offsets determine
  25. ;// the order in which the counters are installed in the Counters
  26. ;// and Help values in the Registry.
  27. ;//
  28. ;//
  29. [info]
  30. drivername=ASP
  31. symbolfile=axctrnm.h
  32. trusted=
  33. [languages]
  34. 009=English
  35. 000=Neutral
  36. [objects]
  37. AXSOBJ_009_NAME=Active Server Pages
  38. [text]
  39. AXSOBJ_009_NAME=Active Server Pages
  40. AXSOBJ_009_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  41. DEBUGDOCREQ_009_NAME=Debugging Requests
  42. DEBUGDOCREQ_009_HELP=Number of debugging document requests.
  43. REQERRRUNTIME_009_NAME=Errors During Script Runtime
  44. REQERRRUNTIME_009_HELP=Number of requests failed due to runtime errors.
  45. REQERRPREPROC_009_NAME=Errors From ASP Preprocessor
  46. REQERRPREPROC_009_HELP=Number of requests failed due to preprocessor errors.
  47. REQERRCOMPILE_009_NAME=Errors From Script Compilers
  48. REQERRCOMPILE_009_HELP=Number of requests failed due to script compilation errors.
  49. REQERRORPERSEC_009_NAME=Errors/Sec
  50. REQERRORPERSEC_009_HELP=The number of errors per second.
  51. REQTOTALBYTEIN_009_NAME=Request Bytes In Total
  52. REQTOTALBYTEIN_009_HELP=The total size, in bytes, of all requests.
  53. REQTOTALBYTEOUT_009_NAME=Request Bytes Out Total
  54. REQTOTALBYTEOUT_009_HELP=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
  55. REQEXECTIME_009_NAME=Request Execution Time
  56. REQEXECTIME_009_HELP=The number of milliseconds that it took to execute the most recent request.
  57. REQWAITTIME_009_NAME=Request Wait Time
  58. REQWAITTIME_009_HELP=The number of milliseconds the most recent request was waiting in the queue.
  59. REQCOMFAILED_009_NAME=Requests Disconnected
  60. REQCOMFAILED_009_HELP=The number of requests that were disconnected due to communication failure.
  61. REQBROWSEREXEC_009_NAME=Requests Executing
  62. REQBROWSEREXEC_009_HELP=The number of requests currently executing.
  63. REQFAILED_009_NAME=Requests Failed Total
  64. REQFAILED_009_HELP=The total number of requests failed due to errors, authorization failure, and rejections.
  65. REQNOTAUTH_009_NAME=Requests Not Authorized
  66. REQNOTAUTH_009_HELP=Number of requests failed due to insufficient access rights.
  67. REQNOTFOUND_009_NAME=Requests Not Found
  68. REQNOTFOUND_009_HELP=The number of requests for files that were no found.
  69. REQCURRENT_009_NAME=Requests Queued
  70. REQCURRENT_009_HELP=The number of requests waiting for service from the queue.
  71. REQREJECTED_009_NAME=Requests Rejected
  72. REQREJECTED_009_HELP=The total number of requests not executed because there were insufficient resources to process them.
  73. REQSUCCEEDED_009_NAME=Requests Succeeded
  74. REQSUCCEEDED_009_HELP=The number of requests that executed successfully.
  75. REQTIMEOUT_009_NAME=Requests Timed Out
  76. REQTIMEOUT_009_HELP=The number of requests that timed out.
  77. REQTOTAL_009_NAME=Requests Total
  78. REQTOTAL_009_HELP=The total number of requests since the service was started.
  79. REQPERSEC_009_NAME=Requests/Sec
  80. REQPERSEC_009_HELP=The number of requests executed per second.
  81. SCRIPTFREEENG_009_NAME=Script Engines Cached
  82. SCRIPTFREEENG_009_HELP=The number of script engines in cache.
  83. SESSIONLIFETIME_009_NAME=Session Duration
  84. SESSIONLIFETIME_009_HELP=The number of milliseconds that the most recent session persisted.
  85. SESSIONCURRENT_009_NAME=Sessions Current
  86. SESSIONCURRENT_009_HELP=The current number of sessions being serviced.
  87. SESSIONTIMEOUT_009_NAME=Sessions Timed Out
  88. SESSIONTIMEOUT_009_HELP=The number of sessions timed out.
  89. SESSIONSTOTAL_009_NAME=Sessions Total
  90. SESSIONSTOTAL_009_HELP=The total number of sessions since the service was started.
  91. TEMPLCACHE_009_NAME=Templates Cached
  92. TEMPLCACHE_009_HELP=The number of templates currently cached.
  93. TEMPLCACHEHITS_009_NAME=Template Cache Hit Rate
  94. TEMPLCACHEHITS_009_HELP=Percent of requests found in template cache.
  95. TEMPLFLUSHES_009_NAME=Template Notifications
  96. TEMPLFLUSHES_009_HELP=The number of templates invalidated in the cache due to change notification.
  97. TRANSABORTED_009_NAME=Transactions Aborted
  98. TRANSABORTED_009_HELP=The number of transactions aborted.
  99. TRANSCOMMIT_009_NAME=Transactions Committed
  100. TRANSCOMMIT_009_HELP=The number of transactions committed.
  101. TRANSPENDING_009_NAME=Transactions Pending
  102. TRANSPENDING_009_HELP=Number of transactions in progress.
  103. TRANSTOTAL_009_NAME=Transactions Total
  104. TRANSTOTAL_009_HELP=The total number of transactions since the service was started.
  105. TRANSPERSEC_009_NAME=Transactions/Sec
  106. TRANSPERSEC_009_HELP=Transactions started per second.
  107. MEMORYTEMPLCACHE_009_NAME=In Memory Templates Cached
  108. MEMORYTEMPLCACHE_009_HELP=The number of compiled templates cached in memory.
  109. MEMORYTEMPLCACHEHITS_009_NAME=In Memory Template Cache Hit Rate
  110. MEMORYTEMPLCACHEHITS_009_HELP=Percent of requests found in cached in memory.
  111. ENGINECACHEHITS_009_NAME=Script Engine Cache Hit Rate
  112. ENGINECACHEHITS_009_HELP=Percent of requests found in script engine cache.
  113. ENGINEFLUSHES_009_NAME=Engine Flush Notifications
  114. ENGINEFLUSHES_009_HELP=The number of engines invalidated in the cache due to change notification.
  115. AXSOBJ_000_NAME=Active Server Pages
  116. AXSOBJ_000_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  117. DEBUGDOCREQ_000_NAME=Debugging Requests
  118. DEBUGDOCREQ_000_HELP=Number of debugging document requests.
  119. REQERRRUNTIME_000_NAME=Errors During Script Runtime
  120. REQERRRUNTIME_000_HELP=Number of requests failed due to runtime errors.
  121. REQERRPREPROC_000_NAME=Errors From ASP Preprocessor
  122. REQERRPREPROC_000_HELP=Number of requests failed due to preprocessor errors.
  123. REQERRCOMPILE_000_NAME=Errors From Script Compilers
  124. REQERRCOMPILE_000_HELP=Number of requests failed due to script compilation errors.
  125. REQERRORPERSEC_000_NAME=Errors/Sec
  126. REQERRORPERSEC_000_HELP=The number of errors per second.
  127. REQTOTALBYTEIN_000_NAME=Request Bytes In Total
  128. REQTOTALBYTEIN_000_HELP=The total size, in bytes, of all requests.
  129. REQTOTALBYTEOUT_000_NAME=Request Bytes Out Total
  130. REQTOTALBYTEOUT_000_HELP=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
  131. REQEXECTIME_000_NAME=Request Execution Time
  132. REQEXECTIME_000_HELP=The number of milliseconds that it took to execute the most recent request.
  133. REQWAITTIME_000_NAME=Request Wait Time
  134. REQWAITTIME_000_HELP=The number of milliseconds the most recent request was waiting in the queue.
  135. REQCOMFAILED_000_NAME=Requests Disconnected
  136. REQCOMFAILED_000_HELP=The number of requests that were disconnected due to communication failure.
  137. REQBROWSEREXEC_000_NAME=Requests Executing
  138. REQBROWSEREXEC_000_HELP=The number of requests currently executing.
  139. REQFAILED_000_NAME=Requests Failed Total
  140. REQFAILED_000_HELP=The total number of requests failed due to errors, authorization failure, and rejections.
  141. REQNOTAUTH_000_NAME=Requests Not Authorized
  142. REQNOTAUTH_000_HELP=Number of requests failed due to insufficient access rights.
  143. REQNOTFOUND_000_NAME=Requests Not Found
  144. REQNOTFOUND_000_HELP=The number of requests for files that were no found.
  145. REQCURRENT_000_NAME=Requests Queued
  146. REQCURRENT_000_HELP=The number of requests waiting for service from the queue.
  147. REQREJECTED_000_NAME=Requests Rejected
  148. REQREJECTED_000_HELP=The total number of requests not executed because there were insufficient resources to process them.
  149. REQSUCCEEDED_000_NAME=Requests Succeeded
  150. REQSUCCEEDED_000_HELP=The number of requests that executed successfully.
  151. REQTIMEOUT_000_NAME=Requests Timed Out
  152. REQTIMEOUT_000_HELP=The number of requests that timed out.
  153. REQTOTAL_000_NAME=Requests Total
  154. REQTOTAL_000_HELP=The total number of requests since the service was started.
  155. REQPERSEC_000_NAME=Requests/Sec
  156. REQPERSEC_000_HELP=The number of requests executed per second.
  157. SCRIPTFREEENG_000_NAME=Script Engines Cached
  158. SCRIPTFREEENG_000_HELP=The number of script engines in cache.
  159. SESSIONLIFETIME_000_NAME=Session Duration
  160. SESSIONLIFETIME_000_HELP=The number of milliseconds that the most recent session persisted.
  161. SESSIONCURRENT_000_NAME=Sessions Current
  162. SESSIONCURRENT_000_HELP=The current number of sessions being serviced.
  163. SESSIONTIMEOUT_000_NAME=Sessions Timed Out
  164. SESSIONTIMEOUT_000_HELP=The number of sessions timed out.
  165. SESSIONSTOTAL_000_NAME=Sessions Total
  166. SESSIONSTOTAL_000_HELP=The total number of sessions since the service was started.
  167. TEMPLCACHE_000_NAME=Templates Cached
  168. TEMPLCACHE_000_HELP=The number of templates currently cached.
  169. TEMPLCACHEHITS_000_NAME=Template Cache Hit Rate
  170. TEMPLCACHEHITS_000_HELP=Percent of requests found in template cache.
  171. TEMPLFLUSHES_000_NAME=Template Notifications
  172. TEMPLFLUSHES_000_HELP=The number of templates invalidated in the cache due to change notification.
  173. TRANSABORTED_000_NAME=Transactions Aborted
  174. TRANSABORTED_000_HELP=The number of transactions aborted.
  175. TRANSCOMMIT_000_NAME=Transactions Committed
  176. TRANSCOMMIT_000_HELP=The number of transactions committed.
  177. TRANSPENDING_000_NAME=Transactions Pending
  178. TRANSPENDING_000_HELP=Number of transactions in progress.
  179. TRANSTOTAL_000_NAME=Transactions Total
  180. TRANSTOTAL_000_HELP=The total number of transactions since the service was started.
  181. TRANSPERSEC_000_NAME=Transactions/Sec
  182. TRANSPERSEC_000_HELP=Transactions started per second.
  183. MEMORYTEMPLCACHE_000_NAME=In Memory Templates Cached
  184. MEMORYTEMPLCACHE_000_HELP=The number of compiled templates cached in memory.
  185. MEMORYTEMPLCACHEHITS_000_NAME=In Memory Template Cache Hit Rate
  186. MEMORYTEMPLCACHEHITS_000_HELP=Percent of requests found in cached in memory.
  187. ENGINECACHEHITS_000_NAME=Script Engine Cache Hit Rate
  188. ENGINECACHEHITS_000_HELP=Percent of requests found in script engine cache.
  189. ENGINEFLUSHES_000_NAME=Engine Flush Notifications
  190. ENGINEFLUSHES_000_HELP=The number of engines invalidated in the cache due to change notification.