Source code of Windows XP (NT5)
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.

258 lines
9.7 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. AXSOBJ_000_NAME=Active Server Pages
  112. AXSOBJ_000_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  113. DEBUGDOCREQ_000_NAME=Debugging Requests
  114. DEBUGDOCREQ_000_HELP=Number of debugging document requests.
  115. REQERRRUNTIME_000_NAME=Errors During Script Runtime
  116. REQERRRUNTIME_000_HELP=Number of requests failed due to runtime errors.
  117. REQERRPREPROC_000_NAME=Errors From ASP Preprocessor
  118. REQERRPREPROC_000_HELP=Number of requests failed due to preprocessor errors.
  119. REQERRCOMPILE_000_NAME=Errors From Script Compilers
  120. REQERRCOMPILE_000_HELP=Number of requests failed due to script compilation errors.
  121. REQERRORPERSEC_000_NAME=Errors/Sec
  122. REQERRORPERSEC_000_HELP=The number of errors per second.
  123. REQTOTALBYTEIN_000_NAME=Request Bytes In Total
  124. REQTOTALBYTEIN_000_HELP=The total size, in bytes, of all requests.
  125. REQTOTALBYTEOUT_000_NAME=Request Bytes Out Total
  126. REQTOTALBYTEOUT_000_HELP=The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
  127. REQEXECTIME_000_NAME=Request Execution Time
  128. REQEXECTIME_000_HELP=The number of milliseconds that it took to execute the most recent request.
  129. REQWAITTIME_000_NAME=Request Wait Time
  130. REQWAITTIME_000_HELP=The number of milliseconds the most recent request was waiting in the queue.
  131. REQCOMFAILED_000_NAME=Requests Disconnected
  132. REQCOMFAILED_000_HELP=The number of requests that were disconnected due to communication failure.
  133. REQBROWSEREXEC_000_NAME=Requests Executing
  134. REQBROWSEREXEC_000_HELP=The number of requests currently executing.
  135. REQFAILED_000_NAME=Requests Failed Total
  136. REQFAILED_000_HELP=The total number of requests failed due to errors, authorization failure, and rejections.
  137. REQNOTAUTH_000_NAME=Requests Not Authorized
  138. REQNOTAUTH_000_HELP=Number of requests failed due to insufficient access rights.
  139. REQNOTFOUND_000_NAME=Requests Not Found
  140. REQNOTFOUND_000_HELP=The number of requests for files that were no found.
  141. REQCURRENT_000_NAME=Requests Queued
  142. REQCURRENT_000_HELP=The number of requests waiting for service from the queue.
  143. REQREJECTED_000_NAME=Requests Rejected
  144. REQREJECTED_000_HELP=The total number of requests not executed because there were insufficient resources to process them.
  145. REQSUCCEEDED_000_NAME=Requests Succeeded
  146. REQSUCCEEDED_000_HELP=The number of requests that executed successfully.
  147. REQTIMEOUT_000_NAME=Requests Timed Out
  148. REQTIMEOUT_000_HELP=The number of requests that timed out.
  149. REQTOTAL_000_NAME=Requests Total
  150. REQTOTAL_000_HELP=The total number of requests since the service was started.
  151. REQPERSEC_000_NAME=Requests/Sec
  152. REQPERSEC_000_HELP=The number of requests executed per second.
  153. SCRIPTFREEENG_000_NAME=Script Engines Cached
  154. SCRIPTFREEENG_000_HELP=The number of script engines in cache.
  155. SESSIONLIFETIME_000_NAME=Session Duration
  156. SESSIONLIFETIME_000_HELP=The number of milliseconds that the most recent session persisted.
  157. SESSIONCURRENT_000_NAME=Sessions Current
  158. SESSIONCURRENT_000_HELP=The current number of sessions being serviced.
  159. SESSIONTIMEOUT_000_NAME=Sessions Timed Out
  160. SESSIONTIMEOUT_000_HELP=The number of sessions timed out.
  161. SESSIONSTOTAL_000_NAME=Sessions Total
  162. SESSIONSTOTAL_000_HELP=The total number of sessions since the service was started.
  163. TEMPLCACHE_000_NAME=Templates Cached
  164. TEMPLCACHE_000_HELP=The number of templates currently cached.
  165. TEMPLCACHEHITS_000_NAME=Template Cache Hit Rate
  166. TEMPLCACHEHITS_000_HELP=Percent of requests found in template cache.
  167. TEMPLFLUSHES_000_NAME=Template Notifications
  168. TEMPLFLUSHES_000_HELP=The number of templates invalidated in the cache due to change notification.
  169. TRANSABORTED_000_NAME=Transactions Aborted
  170. TRANSABORTED_000_HELP=The number of transactions aborted.
  171. TRANSCOMMIT_000_NAME=Transactions Committed
  172. TRANSCOMMIT_000_HELP=The number of transactions committed.
  173. TRANSPENDING_000_NAME=Transactions Pending
  174. TRANSPENDING_000_HELP=Number of transactions in progress.
  175. TRANSTOTAL_000_NAME=Transactions Total
  176. TRANSTOTAL_000_HELP=The total number of transactions since the service was started.
  177. TRANSPERSEC_000_NAME=Transactions/Sec
  178. TRANSPERSEC_000_HELP=Transactions started per second.
  179. MEMORYTEMPLCACHE_000_NAME=In Memory Templates Cached
  180. MEMORYTEMPLCACHE_000_HELP=The number of compiled templates cached in memory.
  181. MEMORYTEMPLCACHEHITS_000_NAME=In Memory Template Cache Hit Rate
  182. MEMORYTEMPLCACHEHITS_000_HELP=Percent of requests found in cached in memory.