From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 14 12:01:28 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 959B716A492 for ; Thu, 14 Sep 2006 12:01:28 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE77F43D49 for ; Thu, 14 Sep 2006 12:01:27 +0000 (GMT) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id k8EC1EkO008426; Thu, 14 Sep 2006 14:01:14 +0200 From: Pieter de Goeje To: Danny Braniss Date: Thu, 14 Sep 2006 14:01:14 +0200 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609141401.14582.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: freebsd-hackers@freebsd.org Subject: Re: numbers don't lie ... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2006 12:01:28 -0000 On Wednesday 13 September 2006 08:36, Danny Braniss wrote: > Im testing these 2 boxes, Sun X4100 and Dell-2950, and: > > SUN X4100: Dual Core AMD Opteron(tm) Processor 280 (2393.19-MHz K8-class > CPU) one 70g sata disk > DELL 2950: Intel(R) Xeon(TM) CPU 3.20GHz (3192.98-MHz K8-class CPU) > 4 sata disks + raid0 > > they both run identical 6.1-STABLE. > > my 'cpu benchmark' shows the amd being much better than the intel. > but, doing a make buildworld give interesting results: > > dell-2950 : make -j16 TARGET_ARCH=amd64 buildworld : 24m17.41s real > 1h3m3.26s user 17m15.07s sys > dell-2950 : make -j8 TARGET_ARCH=amd64 buildworld : 24m8.28s real > 1h2m59.38s user 16m16.20s sys > > sunfire : make -j16 TARGET_ARCH=amd64 buildworld : 24m21.38s real 49m6.68s > user 14m22.64s sys > sunfire : make -j8 TARGET_ARCH=amd64 buildworld : 23m47.69s real 48m53.58s > user 13m44.81s sys > > which probably says something about my 'cpu benchmark' :-( > but why is the user time so much different between the boxes? Maybe the sunfire's CPU is faster, but has to wait on the harddisk. The buildworld 'benchmark' is probably for a large part I/O bound. - Pieter de Goeje