home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21347 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.5 KB  |  69 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!destroyer!ncar!csn!teal!dmw
  3. From: dmw@teal.csn.org (Dave Warner)
  4. Subject: Re:Question about ISA/IDE disk throughput (pc newbie)
  5. Message-ID: <dmw.724992752@teal>
  6. Sender: news@csn.org (news)
  7. Nntp-Posting-Host: teal.csn.org
  8. Organization: Colorado SuperNet, Inc.
  9. Date: Tue, 22 Dec 1992 02:52:32 GMT
  10. Lines: 57
  11.  
  12.  
  13. turbo@cse.uta.edu (Chris Turbeville) writes:
  14.  
  15. >In article <MUTS.92Dec21193512@PMCS.estec.esa.nl> muts@estec.esa.nl (Peter Mutsaers) writes:
  16. >>Sorry if you see this message twice. I posted before but the article
  17. >>didn't seem to show up.
  18. >I didn't see it twice.
  19. >>
  20. >>In a magazine I read for a couple of 386sx PC's that disk access (IDE)
  21. >>is only at 200 kbyte/s. This seems terribly slow to me, especially
  22. >>for an OS like unix. Is this really true? Do 486dx's have much better
  23. >>IO speeds? How can UNIX live with such a low bandwidth. Are local
  24. >>busses much faster (how much)?
  25. >200kB/s sounds about right for IDE (save the newer caching controllers)
  26. >and it is terribly slow.  486dx's make no improvement on disk transfer
  27. >speed.  It is your 16bit 8Mhz ISA bus which is limiting it.  I don't
  28. >think full blown vmunix would live well in such an environment.  Local
  29. >busses are faster and so is EISA but here is my quandry.  I want top
  30.  
  31.     [stuff deleted]
  32.  
  33.     My experience differs.
  34.     Here's an iozone benchmark on a Gateway dx2-66v, 8MB ram with
  35. local bus and a WD IDE drive (Pirhana, I think) with linux.0.99 -- output
  36. from 'free' included to show cache size:
  37.  
  38.         IOZONE: Performance Test of Sequential File I/O  --  V1.16 (10/28/92)
  39.                 By Bill Norcott
  40.  
  41.         Operating System: POSIX 1003.1-1988
  42.  
  43.         Send comments to:       norcott_bill@tandem.com
  44.  
  45.         IOZONE writes a 16 Megabyte sequential file consisting of
  46.         32768 records which are each 512 bytes in length.
  47.         It then reads the file.  It prints the bytes-per-second
  48.         rate at which the computer can read and write files.
  49.  
  50.  
  51. Writing the 16 Megabyte file, 'iozone.tmp'...22.610000 seconds
  52. Reading the file...17.770000 seconds
  53.  
  54. IOZONE performance measurements:
  55.         742026 bytes/second for writing the file
  56.         944131 bytes/second for reading the file
  57.  
  58. /home>free     
  59.              total       used      cache       free     shared
  60. memory:       7316       5040       2232         44       3884
  61. swap0:       16380          8                 16372          0
  62.  
  63. --dave
  64. -- 
  65.  
  66. | Dave Warner            | e-mail: dmw@csn.org |
  67. | 151 Sky Trail Road     | USWest: 443-9589    |
  68. | Boulder, CO 80302      |    FAX: 443-6791    |
  69.