home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / axperf.ini < prev    next >
INI File  |  1996-10-17  |  4KB  |  111 lines

  1. //*===================================================================
  2. //Microsoft Denali
  3. //
  4. //Microsoft Confidential.
  5. //Copyright 1996 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.  
  39. [text]
  40. AXSOBJ_009_NAME=Active Server Pages
  41. AXSOBJ_009_HELP=The Active Server Pages Object Type handles the Active Server Pages device on your system.
  42.  
  43. REQSUCCEEDED_009_NAME=Requests Executed
  44. REQSUCCEEDED_009_HELP=The total number of Requests that have been dequeued and successfully executed.
  45.  
  46. THREADCURRENT_009_NAME=Thread Pool Current
  47. THREADCURRENT_009_HELP=The current number of threads in the Active Server Pages thread pool.
  48.  
  49. MEMORYCURRENT_009_NAME=Memory Allocated
  50. MEMORYCURRENT_009_HELP=The total amount of memory currently allocated by Active Server Pages.
  51.  
  52. REQCURRENT_009_NAME=Requests Current
  53. REQCURRENT_009_HELP=The number of requests expecting service from the queue.
  54.  
  55. REQFAILED_009_NAME=Requests Failed 
  56. REQFAILED_009_HELP=The total number of requests that had compile time or runtime error.
  57.  
  58. REQTOTAL_009_NAME=Requests Total 
  59. REQTOTAL_009_HELP=The total number of requests that have been enqueued since the service was started.
  60.  
  61. REQWAITTIME_009_NAME=Request Wait Time
  62. REQWAITTIME_009_HELP=The number of milliseconds since the most recent Request was executed.  
  63.  
  64. REQPERSEC_009_NAME=Requests/Sec
  65. REQPERSEC_009_HELP=The number of client connections per second.
  66.  
  67. REQEXECTIME_009_NAME=Request Execution Time
  68. REQEXECTIME_009_HELP=The number of milliseconds that it took to execute the most recent Request.
  69.  
  70. REQERRORPERSEC_009_NAME=Request Errors/Sec
  71. REQERRORPERSEC_009_HELP=The number of client connection errors per second.
  72.  
  73. REQTOTALBYTEIN_009_NAME=Request Total Bytes In
  74. REQTOTALBYTEIN_009_HELP=The total size, in bytes, of all Requests that have enqueued.
  75.  
  76. REQTOTALBYTEOUT_009_NAME=Request Total Bytes Out
  77. REQTOTALBYTEOUT_009_HELP=The total size, in bytes, of all Requests that have left the queue.
  78.  
  79. SESSIONCURRENT_009_NAME=Sessions Current
  80. SESSIONCURRENT_009_HELP=The current number of sessions being serviced.
  81.  
  82. SCRIPTFREEENG_009_NAME=Free Script Engines in Cache
  83. SCRIPTFREEENG_009_HELP=The number of free script engines in cache.
  84.  
  85. REQTIMEOUT_009_NAME=Requests Timed Out
  86. REQTIMEOUT_009_HELP=The number of requests timed out.
  87.  
  88. REQCOMFAILED_009_NAME=Communication Failed
  89. REQCOMFAILED_009_HELP=The number of requests that failed due to communication failure.
  90.  
  91. MEMORYUSEDLIST_009_NAME=Allocated Memory in Used List
  92. MEMORYUSEDLIST_009_HELP=The number of bytes allocated memory in used memory list.
  93.  
  94. MEMORYFREELIST_009_NAME=Allocated Memory in Free List
  95. MEMORYFREELIST_009_HELP=The number of bytes allocated memory in free memory list.
  96.  
  97. REQREJECTED_009_NAME=Requests Rejected
  98. REQREJECTED_009_HELP=The total number of requests not executed because the queue was full or there are insufficient resources to enqueue the request.
  99.  
  100. REQBROWSEREXEC_009_NAME=Browser Requests Executing
  101. REQBROWSEREXEC_009_HELP=The number of browser requests current executing.
  102.  
  103. REQKILLSESEXEC_009_NAME=Session Timed Out Requests Executing
  104. REQKILLSESEXEC_009_HELP=The number of session timed out requests current executing.
  105.  
  106. SESSIONTIMEOUT_009_NAME=Sessions Timed Out
  107. SESSIONTIMEOUT_009_HELP=The number of sessions timed out.
  108.  
  109. REQKILLSESQUED_009_NAME=Session Timed Out Requests in Queue
  110. REQKILLSESQUED_009_HELP=The number of session timed out requests current in the queue.
  111.