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

  1. SKIPTEST [DEVICE] [SAMPLES] [READS] [RS] [RE] [SS] [-H]   
  2.  
  3. SKIPTEST  plots how long it takes to read a group of blocks 
  4. (defined by READS), then skip a number of blocks (defined by RS 
  5. and RE). Negative numbers are allowed in order to see the effect 
  6. of head movement backwards and forwards.  SS will automatically 
  7. be adjusted if the result would mean the head leaving valid disc 
  8. area. This test will give you a gauge of head access speed. 
  9.  
  10.  
  11.      DEVICE  - the device name of the CD-ROM drive  default first 
  12.                drive  
  13.      SAMPLES - the number of samples to take at any test point 
  14.                (default = 1) 
  15.      READS   - the number of CD-ROM blocks to read at any test 
  16.                point (default = 8) 
  17.      RS      - range start is the first number of blocks to skip 
  18.                between reads (default = 0 blocks) 
  19.      RE      - range end is the last number of blocks to skip 
  20.                between reads (default = 30) 
  21.      SS      - start sector for test to begin at (default = 0) 
  22.  
  23.  
  24.              Example default SKIPTEST D  1 8 0 30 0 
  25.  
  26.  
  27.  Read 8 blocks, skip 0 blocks,  read 8 blocks starting at 0 then 
  28.  read 8 blocks, skip 1 block,   read 8 blocks starting at 0 then 
  29.          |              |              | 
  30.  read 8 blocks, skip 30 blocks, read 8 blocks starting at 0. 
  31.  
  32.  
  33.  
  34.