Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 1996 11:23:21 -0400 (EDT)
From:      "matthew c. mead" <mmead@Glock.COM>
To:        phk@critter.tfs.com (Poul-Henning Kamp)
Cc:        hackers@freebsd.org
Subject:   Re: 6x86 120+
Message-ID:  <199605131523.LAA00469@neon.Glock.COM>
In-Reply-To: <6846.831887376@critter.tfs.com> from "Poul-Henning Kamp" at May 12, 96 07:49:36 am

next in thread | previous in thread | raw e-mail | index | archive | help
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/



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