From owner-freebsd-hackers Mon May 13 08:23:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27846 for hackers-outgoing; Mon, 13 May 1996 08:23:30 -0700 (PDT) Received: from neon.Glock.COM (neon.glock.com [198.82.228.159]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA27836 for ; Mon, 13 May 1996 08:23:25 -0700 (PDT) Received: (from mmead@localhost) by neon.Glock.COM (8.7.5/8.7.3) id LAA00469; Mon, 13 May 1996 11:23:21 -0400 (EDT) From: "matthew c. mead" Message-Id: <199605131523.LAA00469@neon.Glock.COM> Subject: Re: 6x86 120+ To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Mon, 13 May 1996 11:23:21 -0400 (EDT) Cc: hackers@freebsd.org In-Reply-To: <6846.831887376@critter.tfs.com> from "Poul-Henning Kamp" at May 12, 96 07:49:36 am X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp writes: > > > Can we have a number for the FreeBSD-stones ? > > > cd /usr/src > > > rm -rf /usr/obj/* > > > time make world > > Just about to sup things up to tonight's current and > > start. However, I realized that I need a little more information > > to give you a fair number. Mount filesystem with -o async? Use > > CC="cc -pipe"? I have all of /usr/src and /usr/obj going to a > > JAZ drive disk, which is slower than my system disks. Any > > instructions you wanna give me to make the number fairer will > > help. > Basically any trick is allowed, as long as you document it... Ok, follows is the setup for my FreeBSD-stones. real memory = 33554432 (32768K bytes) avail memory = 31383552 (30648K bytes) sd1: (ahc0:1:0): "MICROP 4110-09NB_Nov18F TN0F" type 0 fixed SCSI 2 sd2: (ahc0:2:0): "iomega jaz 1GB G.54" type 0 removable SCSI 2 /usr/src on sd2, a fairly slow disk drive. /usr/obj on sd1, a fairly fast disk drive. The partition where /usr/obj lives was mounted async. Make statement: /usr/bin/time -l make world CC="cc -pipe" Results: 12035.39 real 8060.46 user 1844.79 sys 7164 maximum resident set size 803 average shared memory size 775 average unshared data size 167 average unshared stack size 10879030 page reclaims 8205 page faults 0 swaps 54843 block input operations 44316 block output operations 0 messages sent 0 messages received 8 signals received 375162 voluntary context switches 289312 involuntary context switches That looks very good to me. Finished in 3.34 hours. I'm not complaining... :-) -matt -- Matthew C. Mead mmead@Glock.COM http://www.Glock.COM/~mmead/