home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / cfperf.ini < prev    next >
Encoding:
INI File  |  1999-04-08  |  2.5 KB  |  44 lines

  1. [info]
  2. drivername="Cold Fusion Application Server"
  3. symbolfile=memctrnm.h
  4.  
  5. [languages]
  6. 009=English
  7.  
  8. [text]
  9. CFAS_OBJECT_009_NAME=Cold Fusion Application Server
  10. CFAS_OBJECT_009_HELP=The ColdFusion Application Server object contains counters that display information about the ColdFusion Web Application Server.
  11.  
  12. CFAS_DBTRANSSEC_009_NAME=DB Hits / Sec
  13. CFAS_DBTRANSSEC_009_HELP=The number of database operations performed per second by the CF Application Server.
  14.  
  15. CFAS_PAGEHITSSEC_009_NAME=Page Hits / Sec
  16. CFAS_PAGEHITSSEC_009_HELP=The number of web pages processed per second by the CF Application Server.
  17.  
  18. CFAS_REQQUEUED_009_NAME=Queued Requests
  19. CFAS_REQQUEUED_009_HELP=This is the number of requests currently waiting to be processed by the CF Application Server.
  20.  
  21. CFAS_REQRUNNING_009_NAME=Running Requests
  22. CFAS_REQRUNNING_009_HELP=This is the number of requests currently being actively processed by the ColdFusion Application Server.
  23.  
  24. CFAS_REQTIMEDOUT_009_NAME=Timed Out Requests
  25. CFAS_REQTIMEDOUT_009_HELP=This is the total number of requests that timed out waiting to be processed by the CF Application Server. These requests never got to run.
  26.  
  27. CFAS_BYTESIN_009_NAME=Bytes In / Sec
  28. CFAS_BYTESIN_009_HELP=This is the number of bytes received by the CF Application Server per second.
  29.  
  30. CFAS_BYTESOUT_009_NAME=Bytes Out / Sec
  31. CFAS_BYTESOUT_009_HELP=This is the number of bytes returned by the CF Application Server per second.
  32.  
  33. CFAS_AVGQUEUETIME_009_NAME=Avg Queue Time (msec)
  34. CFAS_AVGQUEUETIME_009_HELP=This is a running average of the amount of time, in milliseconds, requests spent waiting in the CF input queue before CF began to process that request.
  35.  
  36. CFAS_AVGREQTIME_009_NAME=Avg Req Time (msec)
  37. CFAS_AVGREQTIME_009_HELP=This is a running average of the total amount of time, in milliseconds, it took CF to process a request. In addition to general page processing time, this value includes both queue time and database processing time.
  38.  
  39. CFAS_AVGDBTIME_009_NAME=Avg DB Time (msec)
  40. CFAS_AVGDBTIME_009_HELP=This is a running average of the amount of time, in milliseconds, an individual database operation, launched by CF, took to complete.
  41.  
  42. CFAS_CACHEPOPSSEC_009_NAME=Cache Pops / Sec
  43. CFAS_CACHEPOPSSEC_009_HELP=This is the number of times (per second) that a cached template had to be ejected from the template cache to make room for a new template. A high number here might be an indication that your administrator should increase the size of your template cache.
  44.