home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / arch / 10532 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  3.7 KB

  1. Xref: sparky comp.arch:10532 comp.unix.bsd:8616 comp.os.linux:16066
  2. Newsgroups: comp.arch,comp.unix.bsd,comp.os.linux
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!k2
  4. From: k2@bl.physik.tu-muenchen.de (Klaus Steinberger)
  5. Subject: Re: IDE faster than Mips SCSI disk
  6. Message-ID: <k2.721260853@woodstock>
  7. Sender: news@news.lrz-muenchen.de (Mr. News)
  8. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  9. References: <1992Nov6.033942.21194@ntuix.ntu.ac.sg> <MAD.92Nov7220823@amber.math.keio.ac.jp>
  10. Date: Sun, 8 Nov 1992 22:14:13 GMT
  11. Lines: 90
  12.  
  13. mad@math.keio.ac.jp (MAEDA Atusi) writes:
  14.  
  15. >In article <1992Nov6.033942.21194@ntuix.ntu.ac.sg> eoahmad@ntuix.ntu.ac.sg (Othman Ahmad) writes:
  16. >I think larger buffer size (e.g. 8192 bytes) would be better for
  17. >testing disk drive/interface performance, while smaller buffer size
  18. >test can measure total I/O performance including OS/library overhead.
  19. Sure.
  20.  
  21. >I'm very interested in the result of EISA SCSI-2 with large file size
  22. >& large buffer size, if it's available.
  23.  
  24. I didn't have a EISA box, so I could not post numbers for such a beast,
  25. but with good OS, controller, disk, they should perform quite good.
  26.  
  27. Instead here are some numbers from my systems:
  28.  
  29. 1. A CD4330 with EP/IX 1.4.3, 64 Mbyte RAM (upto 32 Mbyte Diskcache)
  30.    (CD4330 == Mips RC3230). The machine has an integrated SCSI Controller
  31.    with up to 5 Mbyte/sec. The tested disk is a DEC DSP3105 (1Gbyte)
  32.    Note that the speed is very high even with 512 byte per record!
  33.  
  34.     131072 records which are each 512 bytes in length.
  35.     It then reads the file.  It prints the bytes-per-second
  36.     rate at which the computer can read and write files.
  37.  
  38.  
  39. Writing the 64 Megabyte file, 'iozone.tmp'...44.140000 seconds
  40. Reading the file...38.640000 seconds
  41.  
  42. IOZONE performance measurements:
  43.     1520363 bytes/second for writing the file
  44.     1736771 bytes/second for reading the file
  45.  
  46. Same box with 8192 byte/record:
  47.  
  48.  
  49.     8192 records which are each 8192 bytes in length.
  50.     It then reads the file.  It prints the bytes-per-second
  51.     rate at which the computer can read and write files.
  52.  
  53.  
  54. Writing the 64 Megabyte file, 'iozone.tmp'...43.690000 seconds
  55. Reading the file...33.580000 seconds
  56.  
  57. IOZONE performance measurements:
  58.     1536023 bytes/second for writing the file
  59.     1998477 bytes/second for reading the file
  60.  
  61. 2. A CD4680 (== Mips RC6280) with 3 SCSI Controller (Interphase Jaguar),
  62.    128 Mbyte RAM (upto 64Mbyte cache). The tested disk is a striped
  63.    virtual disk containing two Seagate Wren VII. The disks are on different
  64.    SCSI controllers:
  65.  
  66.  
  67.     IOZONE writes a 128 Megabyte sequential file consisting of
  68.     262144 records which are each 512 bytes in length.
  69.     It then reads the file.  It prints the bytes-per-second
  70.     rate at which the computer can read and write files.
  71.  
  72.  
  73. Writing the 128 Megabyte file, 'iozone.tmp'...51.460000 seconds
  74. Reading the file...47.680000 seconds
  75.  
  76. IOZONE performance measurements:
  77.     2608195 bytes/second for writing the file
  78.     2814969 bytes/second for reading the file
  79.  
  80. And the same with 8192 bytes/record:
  81.  
  82.     IOZONE writes a 128 Megabyte sequential file consisting of
  83.     16384 records which are each 8192 bytes in length.
  84.     It then reads the file.  It prints the bytes-per-second
  85.     rate at which the computer can read and write files.
  86.  
  87.  
  88. Writing the 128 Megabyte file, 'iozone.tmp'...41.820000 seconds
  89. Reading the file...47.120000 seconds
  90.  
  91. IOZONE performance measurements:
  92.     3209414 bytes/second for writing the file
  93.     2848423 bytes/second for reading the file
  94.  
  95.  
  96. Sincerely,
  97. Klaus
  98. --
  99. Klaus Steinberger               Beschleunigerlabor der TU und LMU Muenchen
  100. Phone: (+49 89)3209 4287        Hochschulgelaende
  101. FAX:   (+49 89)3209 4280        D-8046 Garching, Germany
  102. Internet: Klaus.Steinberger@Physik.Uni-Muenchen.DE
  103.