From owner-freebsd-current Wed Apr 10 07:53:16 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA12395 for current-outgoing; Wed, 10 Apr 1996 07:53:16 -0700 (PDT) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA12385 for ; Wed, 10 Apr 1996 07:53:06 -0700 (PDT) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id QAA07420 for current@FreeBSD.ORG; Wed, 10 Apr 1996 16:53:00 +0200 Message-Id: <199604101453.QAA07420@nixpbe.pdb.sni.de> Subject: Re: speedup idea for 'make world' To: se@ZPR.Uni-Koeln.DE (Stefan Esser) Date: Wed, 10 Apr 96 16:49:27 MET DST From: Greg Lehey Cc: current@FreeBSD.ORG In-Reply-To: <199604101159.AA29674@Sisyphos>; from "Stefan Esser" at Apr 10, 96 1:59 pm X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Apr 10, 11:38, "Christoph P. Kukulies" wrote: >} Subject: Re: speedup idea for 'make world' >}> >}> >}> I'm sitting watching a make world crawling along on a remote machine at the >}> moment, and had an idea.. >}> >}> >} Being at it, what are usual make world figures? Here are mine on a >} 32MB P5/150: >} >} tail /usr/src/world.log >} makewhatis /usr/share/man >} make world completed on Wed Apr 10 07:54:10 MET DST 1996 >} 14049.84 real 8798.35 user 1448.19 sys > > ASUS SP3G with AMD 5x86, 16MB RAM, NCR SCSI, 2GB Quantum Atlas: > > $ tail /usr/src/nohup.out > makewhatis /usr/share/man > make world completed on Tue Apr 9 03:55:43 MET DST 1996 > 15240.39 real 11011.81 user 2551.85 sys > > Seems an 133MHz 486 is 92% of a P150 with twice the RAM :) :) > > (Ok: 75% as fast, if user+system time is considered instead > of real time ...) Depends on what you're doing, I suppose. The make world process is particularly disk intensive. On the other hand, formatting my "Introducing FreeBSD" book is *much* faster on a Pentium. On a P5/133 with 64 MB running BSD/386 1.1, I can format the book in about 60 seconds. On the 486/66 with 32 MB, running FreeBSD-current, it takes 240 seconds. OK, we have different OSs here, and the 486 has less memory, but I don't see much paging activity on the 486, and I don't really think the OS makes that much difference. One day I might get bored enough to make a real comparison. Greg