home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-06-12 | 6.8 KB | 159 lines |
- [info]
- drivername=XSP
- symbolfile=ctrnames.h
-
- [languages]
- 009=English
-
- [objects]
- OBJECT_1_009_NAME=ASP Plus
- OBJECT_2_009_NAME=ASP Plus Applications
-
- [text]
- OBJECT_1_009_NAME=ASP Plus
- OBJECT_1_009_HELP=ASP Plus global performance counters
- OBJECT_2_009_NAME=ASP Plus Applications
- OBJECT_2_009_HELP=ASP Plus perf-application performance counters
-
- ;;
- ;; !! SYNC XSP_COUNTERS
- ;;
-
- XSPAPPLICATIONLIFETIME_009_NAME=Application Lifetime
- XSPAPPLICATIONLIFETIME_009_HELP=Amount of time (in minutes) that the application has been running without restarts.
-
- XSPAPPLICATIONRESTARTS_009_NAME=Application Restarts
- XSPAPPLICATIONRESTARTS_009_HELP=Number of times the application has been restarted during the web server's lifetime
-
- XSPANONYMOUSREQUESTS_009_NAME=Authentication Anonymous Requests
- XSPANONYMOUSREQUESTS_009_HELP=Number of requests utilizing anonymous authentication.
-
- XSPANONYMOUSREQUESTSRATE_009_NAME=Authentication Anonymous Requests/Sec
- XSPANONYMOUSREQUESTSRATE_009_HELP=Number of Authentication Anonymous Requests/Sec
-
- XSPCACHEENTRIES_009_NAME=Cache Entries
- XSPCACHEENTRIES_009_HELP=Total number of entries within the cache.
-
- XSPCACHEHITS_009_NAME=Cache Hits
- XSPCACHEHITS_009_HELP=Total number of hits from the cache.
-
- XSPCACHEMISSES_009_NAME=Cache Misses
- XSPCACHEMISSES_009_HELP=Total number of cache misses.
-
- XSPDEBUGGINGREQUESTS_009_NAME=Debugging Requests
- XSPDEBUGGINGREQUESTS_009_HELP=Number of request that have occurred while debugging has been activated.
-
- XSPERRORSEXECUTING_009_NAME=Errors During Request Execution
- XSPERRORSEXECUTING_009_HELP=Total number of errors that have occured during the execution of an HTTP Request.
-
- XSPERRORSEXECUTINGRATE_009_NAME=Errors/Sec
- XSPERRORSEXECUTINGRATE_009_HELP=Number of errors/sec that occur during the execution of HTTP Requests.
-
- XSPERRORSCOMPILING_009_NAME=Errors during ASPX Compilation
- XSPERRORSCOMPILING_009_HELP=Number of errors that have occurred during .ASPX compilation.
-
- XSPUNHANDLEDERRORS_009_NAME=Unhandled Errors During Request Execution
- XSPUNHANDLEDERRORS_009_HELP=Total number of unhandled errors that have occurred during the execution of HTTP Requests
-
- XSPUNHANDLEDERRORSRATE_009_NAME=Unhandled Errors During Request Execution/Sec
- XSPUNHANDLEDERRORSRATE_009_HELP=Number of failures/sec that occur during the execution of HTTP Requests.
-
- XSPOUTPUTCACHEENTRIES_009_NAME=Output Cache Entries
- XSPOUTPUTCACHEENTRIES_009_HELP=Current number of entries in the output cache.
-
- XSPOUTPUTCACHEEHITS_009_NAME=Output Cache Hits
- XSPOUTPUTCACHEEHITS_009_HELP=Total number of requests serviced from the output cache.
-
- XSPOUTPUTCACHEEMISSES_009_NAME=Output Cache Misses
- XSPOUTPUTCACHEEMISSES_009_HELP=Total number of misses from the output cache.
-
- XSPOUTPUTCACHEESIZE_009_NAME=Output Cache Size
- XSPOUTPUTCACHEESIZE_009_HELP=The size (in MBytes) of the output cache.
-
- XSPPAGESCOMPILED_009_NAME=Pages Compiled
- XSPPAGESCOMPILED_009_HELP=Total number of .ASPX pages dynamically compiled.
-
- XSPPAGESCOMPILEDRATE_009_NAME=Pages Compiled/Sec
- XSPPAGESCOMPILEDRATE_009_HELP=Number of .ASPX pages/sec dynamically compiled.
-
- XSPPAGESCACHED_009_NAME=Pages Cached
- XSPPAGESCACHED_009_HELP=Total number of compiled .ASPX pages cached.
-
- XSPPIPELINES_009_NAME=Pipeline Instance Count
- XSPPIPELINES_009_HELP=Number of active pipeline instances.
-
- XSPREQUESTBYTESIN_009_NAME=Request Bytes in Total
- XSPREQUESTBYTESIN_009_HELP=The total size, in MBytes, of all requests.
-
- XSPREQUESTBYTESOUT_009_NAME=Request Bytes out Total
- XSPREQUESTBYTESOUT_009_HELP=The total size, in MBytes, of responses sent to a client. This does not include standard HTTP response headers.
-
- XSPREQUESTWAITTIME_009_NAME=Request Wait Time
- XSPREQUESTWAITTIME_009_HELP=The number of milliseconds the most recent request was waiting in the queue.
-
- XSPREQUESTSDISCONNECTED_009_NAME=Requests Disconnected
- XSPREQUESTSDISCONNECTED_009_HELP=The number of requests that were disconnected due to communication failure.
-
- XSPREQUESTSEXECUTING_009_NAME=Requests Executing
- XSPREQUESTSEXECUTING_009_HELP=The number of requests currently executing.
-
- XSPREQUESTSNOTFOUND_009_NAME=Requests Not Found
- XSPREQUESTSNOTFOUND_009_HELP=The number of requests for resources that were not found.
-
- XSPREQUESTSQUEUED_009_NAME=Requests Queued
- XSPREQUESTSQUEUED_009_HELP=The number of requests waiting for service from the queue.
-
- XSPREQUESTSREJECTED_009_NAME=Requests Rejected
- XSPREQUESTSREJECTED_009_HELP=The total number of requests not executed because there were insufficient resources to process them.
-
- XSPREQUESTSSUCCEDED_009_NAME=Requests Succeeded
- XSPREQUESTSSUCCEDED_009_HELP=The number of requests that executed successfully.
-
- XSPREQUESTSTIMEDOUT_009_NAME=Requests Timed Out
- XSPREQUESTSTIMEDOUT_009_HELP=The number of requests that timed out. (not supported in M10)
-
- XSPREQSTOTAL_009_NAME=Requests Total
- XSPREQSTOTAL_009_HELP=The total number of requests since the service was started.
-
- XSPREQSTOTALRATE_009_NAME=Requests/Sec
- XSPREQSTOTALRATE_009_HELP=The number of requests executed per second.
-
- XSPSESSIONSACTIVE_009_NAME=Sessions Active
- XSPSESSIONSACTIVE_009_HELP=The current number of sessions currently active. (only supported with in-memory session state in M10)
-
- XSPSESSIONSABANDONED_009_NAME=Sessions Abandoned
- XSPSESSIONSABANDONED_009_HELP=The number of sessions that have been explicitly abandoned. (only supported with in-memory session state in M10)
-
- XSPSESSIONSTIMEDOUT_009_NAME=Sessions Timed Out
- XSPSESSIONSTIMEDOUT_009_HELP=The number of sessions timed out. (only supported with in-memory session state in M10)
-
- XSPSESSIONSTOTAL_009_NAME=Sessions Total
- XSPSESSIONSTOTAL_009_HELP=The number of sessions timed out. (only supported with in-memory session state in M10)
-
- XSPTRANSACTIONSABORTED_009_NAME=Transactions Aborted
- XSPTRANSACTIONSABORTED_009_HELP=The number of transactions aborted. (not supported in M10)
-
- XSPTRANSACTIONSCOMMITTED_009_NAME=Transactions Committed
- XSPTRANSACTIONSCOMMITTED_009_HELP=The number of transactions committed. (not supported in M10)
-
- XSPTRANSACTIONSPENDING_009_NAME=Transactions Pending
- XSPTRANSACTIONSPENDING_009_HELP=Number of transactions in progress. (not supported in M10)
-
- XSPTRANSACTIONSTOTAL_009_NAME=Transactions Total
- XSPTRANSACTIONSTOTAL_009_HELP=The total number of transactions since the service was started. (not supported in M10)
-
- XSPTRANSACTIONSRATE_009_NAME=Transactions/Sec
- XSPTRANSACTIONSRATE_009_HELP=Transactions started per second. (not supported in M10)
-
- XSPWPSRUNNING_009_NAME=Worker Process Running
- XSPWPSRUNNING_009_HELP=Number of worker processes running on the machine
-
- XSPWPSRESTARTS_009_NAME=Worker Process Restarts
- XSPWPSRESTARTS_009_HELP=Number of times a worker process has restarted on the machine
-
- XSPWPSMEMORYUSAGE_009_NAME=Worker Process Total Memory Usage
- XSPWPSMEMORYUSAGE_009_HELP=Memory usage of all ASP+ Worker Processes on the machine
-
-
-
-