home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 11a / cortst28.zip / CORETEST.DOC next >
Text File  |  1988-05-16  |  5KB  |  98 lines

  1.  
  2. [Note:  Because I *hate* EXE files without documentation, this doc file was
  3. captured from the on-line help.  Robert S. Blacher, Sysop, Computer
  4. Connections PCBoard, Washington, D.C.  (202) 547-2008].
  5.  
  6.               COREtest - Disk Performance Test Program - Help Page 1
  7.  
  8.     This program will measure the performance of one or two hard disk
  9.     drives.  The evaluation is made using three tests:  data transfer,
  10.     random seek, and track-to-track seek.  The program will not destroy any
  11.     data on the disk and may be run as many times as desired.
  12.  
  13.     The data transfer test measures the performance of the computer, disk
  14.     controller, and drive functioning as a combined unit.  This is
  15.     accomplished by reading repeatedly a specific block of data and timing
  16.     each transfer.  The resulting effective transfer rate is produced from
  17.     the combined relationship of the computer bus structure (8, 16, or 32
  18.     bits), the transfer rate of the controller with the drive, the
  19.     interleave factor for which the drive was formatted, and the size of the
  20.     data block transferred.
  21.  
  22.     The block size is automatically calculated or may be explicitly set from
  23.     1 to 64K in 1K increments.  If automatically calculated, the block size
  24.     will be set to 64K or the amount of data stored on one cylinder,
  25.     whichever is less.  The transfer rate is displayed in units of kilobytes
  26.     per second (KB/sec).  This indicates how much data will be moved from
  27.     the disk to memory in one second.
  28.  
  29.  
  30.  
  31.               COREtest - Disk Performance Test Program - Help Page 2
  32.  
  33.     The next two tests measure the time required to position the read/write
  34.     heads to a specific location where data is stored.  The first of these
  35.     tests will measure what is referred to as the "average access time" by
  36.     moving the heads across one-third of the cylinders, simulating true
  37.     random access.  The final test will measure the time to move the heads
  38.     from one track to an adjacent track, measuring the "track-to-track
  39.     access time." Both these results are reported in milliseconds (ms =
  40.     thousandths of a second).  The smaller the access time, the faster the
  41.     data may be located and transferred to the computer.
  42.  
  43.     After the tests are complete, a "performance index" is calculated for
  44.     the tested system.  This number measures the overall performance of a
  45.     given computer, the disk controller, and its hard disk.  It may be used
  46.     to evaluate the performance of different computer systems on a
  47.     comparable scale.  For example, a standard IBM 10MB XT system will
  48.     typically report an index of one while an IBM 20MB AT will yield an
  49.     index of approximately 2.4.  The higher the index, the more powerful the
  50.     computer system.  It can generally be said that a computer with a
  51.     performance index of two is twice as fast as a computer with an index of
  52.     one.
  53.  
  54.  
  55.  
  56.  
  57.               COREtest - Disk Performance Test Program - Help Page 3
  58.  
  59.                              Caching  Information
  60.     If COREtest detects that a cache program is installed, it will display
  61.     a message indicating same.  The presence of a cache program can mis-
  62.     represent the actual drive performance.  When comparing the performance
  63.     of disk drives, you should do so without any cache programs installed.
  64.     This will give a true representation of the actual drive performance.
  65.  
  66.                                Ranking screen
  67.     The final screen displays where your drive(s) rank compared to others
  68.     in the industry.
  69.  
  70.  
  71.  
  72.               COREtest - Disk Performance Test Program - Help Page 4
  73.  
  74.     Various options are available to change the test parameters to better
  75.     compare performance across a wide variety of applications.  These
  76.     options must be placed on the command line when program execution is
  77.     started.  The format of the command line and the option descriptions are
  78.     given below:
  79.  
  80.     CORETEST [?] [HELP] [/B:xx] [/C:xxx] [/D:n[="xxx"]] [/P:xx] [/T:xxx]
  81.  
  82.     Format  Description
  83.     ------  -----------
  84.     /B:xx   Use a block size of xxK.  The block size may be up to
  85.             64K.  Default is the largest transfer possible without
  86.             moving the disk heads.
  87.     /C:xxx  Set maximum seek stroke to xxx.  This is used to set drives to
  88.             equal cylinder comparisons. If not specified, then the full
  89.             cylinder range of the drive will be used (default).
  90.     /D:n[="xxx"]  Test disk number n (n = 0-7).  This parameter may appear
  91.             up to two times. If a string is enclosed in quotes, then this
  92.             string will be used to identify the drive on the display.  If
  93.             omitted, up to the first two drives will be tested.
  94.     /P:xx   Pause for xx seconds when test complete (for batch files).
  95.     /T:xxx  Perform transfer test for xxx seconds (default = 4 seconds).
  96.  
  97.  
  98.