Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2002 10:36:08 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        arch@FreeBSD.ORG, jhb@FreeBSD.ORG
Subject:   Re: revised buildworld comparison stable vs current
Message-ID:  <Pine.BSF.4.21.0202171034300.39539-100000@InterJet.elischer.org>
In-Reply-To: <200202171824.g1HIOnw71118@apollo.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help
please (I know it's a lot of work) try WITNESS turned off too..
(as it didn' exist in STABLE)

On Sun, 17 Feb 2002, Matthew Dillon wrote:

>     (note: source is NFS mounted.  /usr/obj is local disk.  Witness is
>     turned off on all -current builds).
> 
>     stable:			1800 seconds
>     current/invariants:		2219 seconds
>     current/no-invariants	2142 seconds
> 
> 					-Matt
> 					Matthew Dillon 
> 					<dillon@backplane.com>
> 
> 
> buildworld -j 10 of current on an SMP stable box:
> 
>      1800.50 real      1445.93 user       760.32 sys
>      25860  maximum resident set size
>        971  average shared memory size
>       1164  average unshared data size
>        130  average unshared stack size
>   11062987  page reclaims
>        297  page faults
>          0  swaps
>       2013  block input operations
>       5649  block output operations
>    1540227  messages sent
>    1530792  messages received
>          6  signals received
>    2467550  voluntary context switches
>    1357575  involuntary context switches
> 
> buildworld -j 10 of current on an SMP current box (same hardware specs): 
> 			INVARIANTS TURNED ON
> 
>      2219.13 real      1796.37 user       968.04 sys
>      25884  maximum resident set size
>        912  average shared memory size
>       1045  average unshared data size
>        126  average unshared stack size
>   11677133  page reclaims
>        537  page faults
>          0  swaps
>       8438  block input operations
>       6774  block output operations
>    1439793  messages sent
>    1439774  messages received
>          6  signals received
>   28670930  voluntary context switches
>    2836255  involuntary context switches
> 
> buildworld -j 10 of current on an SMP current box (same hardware specs): 
> 			INVARIANTS TURNED OFF
> 
>      2142.18 real      1780.33 user       847.15 sys
>      25884  maximum resident set size
>        932  average shared memory size
>       1066  average unshared data size
>        126  average unshared stack size
>   11677329  page reclaims
>        521  page faults
>          0  swaps
>       8429  block input operations
>      12769  block output operations
>    1440497  messages sent
>    1431739  messages received
>          6  signals received
>   26925025  voluntary context switches
>    2818646  involuntary context switches
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-arch" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0202171034300.39539-100000>