home *** CD-ROM | disk | FTP | other *** search
/ Mega Demo / MegaDemoCDRom1.cdr / cdutil / readtest.txt < prev    next >
Text File  |  1992-08-17  |  1KB  |  32 lines

  1. READTEST [DEVICE] [SAMPLES] [SS] [RS] [RE] [-B] [-H]
  2.  
  3. READTEST is designed to give you the time needed to load an 
  4. amount of data into the computer.  With the default settings a 
  5. graph will be plotted showing the time taken to read 2K,4K,6K,8K 
  6. ... and demonstrates how data streaming is dependent on size and 
  7. buffering.  The arguments necessary for this program are listed 
  8. below.
  9.  
  10.      DEVICE  - the device name of the CD-ROM drive  default first 
  11.                drive  
  12.      SAMPLES - the number of samples to take at any test point 
  13.                (default = 15) 
  14.      SS      - start sector for test to begin at (default = 0) 
  15.      RS      - range start is the size of the first data (in 2K 
  16.                blocks) stream to read (default = 1 block) 
  17.      RE      - range end is the size of the last data stream (in 
  18.                2K blocks) to read (default = 20 blocks) (max = 
  19.                available memory) 
  20.      -B      - performs brief version of test 
  21.      -H      - displays help screen 
  22.  
  23.  
  24.                Example default READTEST D: 15 0 1 20 
  25.                  Read 1  block  starting at 0 then 
  26.                  read 2  blocks starting at 0 then 
  27.                       | 
  28.                  read 20 blocks starting at 0. 
  29.  
  30.  
  31.  
  32.