home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comredis.cab / xspperf.ini < prev    next >
Encoding:
INI File  |  2000-06-12  |  6.8 KB  |  159 lines

  1. [info]
  2. drivername=XSP
  3. symbolfile=ctrnames.h
  4.  
  5. [languages]
  6. 009=English
  7.  
  8. [objects]
  9. OBJECT_1_009_NAME=ASP Plus 
  10. OBJECT_2_009_NAME=ASP Plus Applications
  11.  
  12. [text]
  13. OBJECT_1_009_NAME=ASP Plus 
  14. OBJECT_1_009_HELP=ASP Plus global performance counters
  15. OBJECT_2_009_NAME=ASP Plus Applications
  16. OBJECT_2_009_HELP=ASP Plus perf-application performance counters
  17.  
  18. ;;
  19. ;; !! SYNC XSP_COUNTERS
  20. ;;
  21.  
  22. XSPAPPLICATIONLIFETIME_009_NAME=Application Lifetime
  23. XSPAPPLICATIONLIFETIME_009_HELP=Amount of time (in minutes) that the application has been running without restarts.
  24.  
  25. XSPAPPLICATIONRESTARTS_009_NAME=Application Restarts
  26. XSPAPPLICATIONRESTARTS_009_HELP=Number of times the application has been restarted during the web server's lifetime 
  27.  
  28. XSPANONYMOUSREQUESTS_009_NAME=Authentication Anonymous Requests
  29. XSPANONYMOUSREQUESTS_009_HELP=Number of requests utilizing anonymous authentication.
  30.  
  31. XSPANONYMOUSREQUESTSRATE_009_NAME=Authentication Anonymous Requests/Sec
  32. XSPANONYMOUSREQUESTSRATE_009_HELP=Number of Authentication Anonymous Requests/Sec
  33.  
  34. XSPCACHEENTRIES_009_NAME=Cache Entries
  35. XSPCACHEENTRIES_009_HELP=Total number of entries within the cache.
  36.  
  37. XSPCACHEHITS_009_NAME=Cache Hits
  38. XSPCACHEHITS_009_HELP=Total number of hits from the cache.
  39.  
  40. XSPCACHEMISSES_009_NAME=Cache Misses
  41. XSPCACHEMISSES_009_HELP=Total number of cache misses.
  42.  
  43. XSPDEBUGGINGREQUESTS_009_NAME=Debugging Requests
  44. XSPDEBUGGINGREQUESTS_009_HELP=Number of request that have occurred while debugging has been activated.
  45.  
  46. XSPERRORSEXECUTING_009_NAME=Errors During Request Execution
  47. XSPERRORSEXECUTING_009_HELP=Total number of errors that have occured during the execution of an HTTP Request. 
  48.  
  49. XSPERRORSEXECUTINGRATE_009_NAME=Errors/Sec
  50. XSPERRORSEXECUTINGRATE_009_HELP=Number of errors/sec that occur during the execution of HTTP Requests.
  51.  
  52. XSPERRORSCOMPILING_009_NAME=Errors during ASPX Compilation
  53. XSPERRORSCOMPILING_009_HELP=Number of errors that have occurred during .ASPX compilation.
  54.  
  55. XSPUNHANDLEDERRORS_009_NAME=Unhandled Errors During Request Execution
  56. XSPUNHANDLEDERRORS_009_HELP=Total number of unhandled errors that have occurred during the execution of HTTP Requests
  57.  
  58. XSPUNHANDLEDERRORSRATE_009_NAME=Unhandled Errors During Request Execution/Sec
  59. XSPUNHANDLEDERRORSRATE_009_HELP=Number of failures/sec that occur during the execution of HTTP Requests.
  60.  
  61. XSPOUTPUTCACHEENTRIES_009_NAME=Output Cache Entries
  62. XSPOUTPUTCACHEENTRIES_009_HELP=Current number of entries in the output cache.
  63.  
  64. XSPOUTPUTCACHEEHITS_009_NAME=Output Cache Hits
  65. XSPOUTPUTCACHEEHITS_009_HELP=Total number of requests serviced from the output cache.
  66.  
  67. XSPOUTPUTCACHEEMISSES_009_NAME=Output Cache Misses
  68. XSPOUTPUTCACHEEMISSES_009_HELP=Total number of misses from the output cache.
  69.  
  70. XSPOUTPUTCACHEESIZE_009_NAME=Output Cache Size
  71. XSPOUTPUTCACHEESIZE_009_HELP=The size (in MBytes) of the output cache.
  72.  
  73. XSPPAGESCOMPILED_009_NAME=Pages Compiled
  74. XSPPAGESCOMPILED_009_HELP=Total number of .ASPX pages dynamically compiled.
  75.  
  76. XSPPAGESCOMPILEDRATE_009_NAME=Pages Compiled/Sec
  77. XSPPAGESCOMPILEDRATE_009_HELP=Number of .ASPX pages/sec dynamically compiled. 
  78.  
  79. XSPPAGESCACHED_009_NAME=Pages Cached
  80. XSPPAGESCACHED_009_HELP=Total number of compiled .ASPX pages cached.
  81.  
  82. XSPPIPELINES_009_NAME=Pipeline Instance Count
  83. XSPPIPELINES_009_HELP=Number of active pipeline instances.
  84.  
  85. XSPREQUESTBYTESIN_009_NAME=Request Bytes in Total
  86. XSPREQUESTBYTESIN_009_HELP=The total size, in MBytes, of all requests.
  87.  
  88. XSPREQUESTBYTESOUT_009_NAME=Request Bytes out Total
  89. XSPREQUESTBYTESOUT_009_HELP=The total size, in MBytes, of responses sent to a client.  This does not include standard HTTP response headers.
  90.  
  91. XSPREQUESTWAITTIME_009_NAME=Request Wait Time
  92. XSPREQUESTWAITTIME_009_HELP=The number of milliseconds the most recent request was waiting in the queue.
  93.  
  94. XSPREQUESTSDISCONNECTED_009_NAME=Requests Disconnected
  95. XSPREQUESTSDISCONNECTED_009_HELP=The number of requests that were disconnected due to communication failure.
  96.  
  97. XSPREQUESTSEXECUTING_009_NAME=Requests Executing
  98. XSPREQUESTSEXECUTING_009_HELP=The number of requests currently executing.
  99.  
  100. XSPREQUESTSNOTFOUND_009_NAME=Requests Not Found
  101. XSPREQUESTSNOTFOUND_009_HELP=The number of requests for resources that were not found.
  102.  
  103. XSPREQUESTSQUEUED_009_NAME=Requests Queued
  104. XSPREQUESTSQUEUED_009_HELP=The number of requests waiting for service from the queue.
  105.  
  106. XSPREQUESTSREJECTED_009_NAME=Requests Rejected
  107. XSPREQUESTSREJECTED_009_HELP=The total number of requests not executed because there were insufficient resources to process them.
  108.  
  109. XSPREQUESTSSUCCEDED_009_NAME=Requests Succeeded
  110. XSPREQUESTSSUCCEDED_009_HELP=The number of requests that executed successfully.
  111.  
  112. XSPREQUESTSTIMEDOUT_009_NAME=Requests Timed Out 
  113. XSPREQUESTSTIMEDOUT_009_HELP=The number of requests that timed out. (not supported in M10)
  114.  
  115. XSPREQSTOTAL_009_NAME=Requests Total
  116. XSPREQSTOTAL_009_HELP=The total number of requests since the service was started.
  117.  
  118. XSPREQSTOTALRATE_009_NAME=Requests/Sec
  119. XSPREQSTOTALRATE_009_HELP=The number of requests executed per second.
  120.  
  121. XSPSESSIONSACTIVE_009_NAME=Sessions Active
  122. XSPSESSIONSACTIVE_009_HELP=The current number of sessions currently active. (only supported with in-memory session state in M10)
  123.  
  124. XSPSESSIONSABANDONED_009_NAME=Sessions Abandoned
  125. XSPSESSIONSABANDONED_009_HELP=The number of sessions that have been explicitly abandoned. (only supported with in-memory session state in M10)
  126.  
  127. XSPSESSIONSTIMEDOUT_009_NAME=Sessions Timed Out 
  128. XSPSESSIONSTIMEDOUT_009_HELP=The number of sessions timed out. (only supported with in-memory session state in M10)
  129.  
  130. XSPSESSIONSTOTAL_009_NAME=Sessions Total 
  131. XSPSESSIONSTOTAL_009_HELP=The number of sessions timed out. (only supported with in-memory session state in M10)
  132.  
  133. XSPTRANSACTIONSABORTED_009_NAME=Transactions Aborted 
  134. XSPTRANSACTIONSABORTED_009_HELP=The number of transactions aborted. (not supported in M10)
  135.  
  136. XSPTRANSACTIONSCOMMITTED_009_NAME=Transactions Committed 
  137. XSPTRANSACTIONSCOMMITTED_009_HELP=The number of transactions committed. (not supported in M10)
  138.  
  139. XSPTRANSACTIONSPENDING_009_NAME=Transactions Pending 
  140. XSPTRANSACTIONSPENDING_009_HELP=Number of transactions in progress. (not supported in M10)
  141.  
  142. XSPTRANSACTIONSTOTAL_009_NAME=Transactions Total 
  143. XSPTRANSACTIONSTOTAL_009_HELP=The total number of transactions since the service was started.  (not supported in M10)
  144.  
  145. XSPTRANSACTIONSRATE_009_NAME=Transactions/Sec 
  146. XSPTRANSACTIONSRATE_009_HELP=Transactions started per second. (not supported in M10)
  147.  
  148. XSPWPSRUNNING_009_NAME=Worker Process Running
  149. XSPWPSRUNNING_009_HELP=Number of worker processes running on the machine
  150.  
  151. XSPWPSRESTARTS_009_NAME=Worker Process Restarts
  152. XSPWPSRESTARTS_009_HELP=Number of times a worker process has restarted on the machine
  153.  
  154. XSPWPSMEMORYUSAGE_009_NAME=Worker Process Total Memory Usage
  155. XSPWPSMEMORYUSAGE_009_HELP=Memory usage of all ASP+ Worker Processes on the machine
  156.  
  157.  
  158.  
  159.