From owner-freebsd-smp Tue Feb 26 20: 2:14 2002 Delivered-To: freebsd-smp@freebsd.org Received: from smtp.whitebarn.com (Spin.whitebarn.com [216.0.13.113]) by hub.freebsd.org (Postfix) with ESMTP id 0785A37B400; Tue, 26 Feb 2002 20:02:07 -0800 (PST) Received: from Relent.Bob.whitebarn.com (Relent.Bob.whitebarn.com [216.0.13.50]) by smtp.whitebarn.com (8.9.3/8.9.3) with ESMTP id WAA47611; Tue, 26 Feb 2002 22:02:06 -0600 (CST) (envelope-from Bob@Talarian.Com) Subject: Re: Performance vs. Stable From: Bob Van Valzah To: Robert Watson Cc: Jorge Aldana , Garance A Drosihn , smp@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 26 Feb 2002 22:02:05 -0600 Message-Id: <1014782526.15635.22.camel@Relent.Bob.WhiteBarn.Com> Mime-Version: 1.0 Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 2002-02-26 at 21:50, Robert Watson wrote: > > On 26 Feb 2002, Bob Van Valzah wrote: > > > I'm surprised by the results here. (Maybe I'm misinterpreting them?) It > > looks like -CURRENT is over 6x faster than -STABLE on null system calls. > > Forks and mmap seem about 2x faster but context switches are slower. > > > > It's interesting to note that WITNESS and friends slowed down null > > system calls by 11x and other kernel operations by about 3-5x. > > What is the 'null system call'? The cop-out answer: I don't write the benchmarks, I just run them :-) Seriously, I was wondering that myself, but I hadn't bothered to look it up till you asked. Consulting the manpage: http://www.bitmover.com/lmbench/lat_syscall.8.html It looks like Larry was a bit fast and loose with language in writing the summary report (maybe to make it fit in the header). It appears to be the time needed to write one byte to /dev/null. I don't see why that's any more "null" than say, getpid(). Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message