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

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