Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 1996 23:08:11 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        michaelv@MindBender.serv.net (Michael L. VanLoon)
Cc:        michaelh@cet.co.jp, imp@village.org, current@freebsd.org
Subject:   Re: Speedingup the "worldstone"
Message-ID:  <199608260608.XAA18275@GndRsh.aac.dev.com>
In-Reply-To: <199608260143.SAA12137@MindBender.serv.net> from "Michael L. VanLoon" at "Aug 25, 96 06:43:53 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> >I think you've already done things nicely by spreading out the disk i/o,
> >compiles are also CPU intensive so the x486 looks like your bottle neck.
> >I'm skepical that you can really get the disks singing in harmony to take
> >advantage of Ultra Wide.  Though it's generally a good thing to have
> >advances in bus architectures so that it puts pressure on the peripherals
> >to catch up.
> 
> I can tell you, for a fact, that you won't get Ultra Wide bandwidth
> out of a 486 on real filesystem data.  The 486 design just doesn't
> have enough power.  The best you'll probably do, on real-world use, is
> maxing out fast SCSI (10MB/s), and then only if you tune well.

More correctly you won't get more than 6 to 8MB/s on ISA based 486
systems, or 12 to 17MB/s on EISA based 486 systems, and about the
same on PCI based 486 systems.  The ISA based is limited by how
fast you can bus master on the ISA bus, and few boards will do
about 8MB/s.  The EISA/PCI systems are limited by the bcopy speed
of the 486, the only 486 board that I could get to hit 17MB/s was
the ASUS PCI/I-486SP3G, and it could do it because it uses 2 way
interleaved memory, and a decent PCI chip set.

These are real live test results from my work 2 years ago on a stripping
disk drive that was finally tuned to the customers application, I couldn't
break the 17MB/s barrier until we changed the design to PCI/Pentium.


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608260608.XAA18275>