From owner-freebsd-current Sat Apr 19 13:52:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA09534 for current-outgoing; Sat, 19 Apr 1997 13:52:49 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA09527 for ; Sat, 19 Apr 1997 13:52:44 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wIh7e-0007NB-00; Sat, 19 Apr 1997 14:52:38 -0600 To: Amancio Hasty Subject: Re: Speed deamons: How to build a build box? Cc: current@freebsd.org In-reply-to: Your message of "Sat, 19 Apr 1997 13:25:20 PDT." <199704192025.NAA03263@rah.star-gate.com> References: <199704192025.NAA03263@rah.star-gate.com> Date: Sat, 19 Apr 1997 14:52:37 -0600 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199704192025.NAA03263@rah.star-gate.com> Amancio Hasty writes: : One of the first things that I would is to check the system BIOS and : make sure that the PCI settings are set for optimal performance. They seem to be. : Next check the speed of the disks with something like iozone. IOZONE tells me: JAZ: 1.5MB/s write, 5.2MB/s read Fireball: 1.4MB/s write, 2.7MB/s read Disks are both 4500 rpm. The JAZ is 12ms seek and the Fireball is 10.5ms seek time. These disks could easily be much faster :-) However, async, noatime mounting seems to be about the best thing I can do for the build. I have about a half dozen builds done now, and want to do one or two more. I'll post the summary when I finish. Warner