home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sampler0 / hd.doc < prev    next >
Text File  |  1986-03-20  |  1KB  |  34 lines

  1. Some simple guidelines for running hd.com program to detirmine hard disk
  2. interleave.
  3.  
  4.     1. detirmine disk param.  eg. hd /i   or   hd /i/2 (for second dr)
  5.  
  6.     2. detirmint no of sectors equiv for 10 mb  (on a seagare 225, with 
  7.         614 cyl and 4 heads, 10 mb is approx 300 cyl
  8.  
  9.     3. run test as hd /s 300/r 300.  this seeks out 300 cyl as fast
  10.         as possible, steps back verifying each track and then
  11.         reads data from 300 cylenders. returning the time reqd
  12.         for each of the abovd.
  13.  
  14.     4.  subtract slow step time from total read time (to get rid of it
  15.         as a factor in transfer rate calc.
  16.  
  17.     5.  divide 10 mb by result from 4 in seconds,  this is the effective
  18.         transfer rate of the hard disk.
  19.  
  20.     6.  the maximum possible transfer rate is approx 622 kb/sec as
  21.          detirmined by the design 5mbit/sec and 8bit per byte
  22.  
  23.     7.  approx numbers then are as follows
  24.  
  25.                       time        kb/sec        interleav
  26.                        17          610            1:1
  27.                        34          305            2:1
  28.                        50          203            3:1
  29.                        66          151            4:1
  30.                        83          120            5:1
  31.                        100         100            6:1
  32.  
  33.     8: the interleav should be 2 or 3 to 1 for a ibm AT and 4 to 1 for
  34.         the PC or XT.