From owner-freebsd-questions@FreeBSD.ORG Wed May 18 00:51:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FD92106566C for ; Wed, 18 May 2011 00:51:37 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5998C8FC13 for ; Wed, 18 May 2011 00:51:37 +0000 (UTC) Received: from sbhfislrext01.fnfis.com ([192.168.249.167]) by SCSFISLTC01 (8.14.3/8.14.3) with ESMTP id p4I0pa34001975 for ; Tue, 17 May 2011 19:51:36 -0500 Received: from sbhfisltcgw02.FNFIS.COM (Not Verified[10.132.248.122]) by sbhfislrext01.fnfis.com with MailMarshal (v6, 5, 4, 7535) id ; Tue, 17 May 2011 19:51:31 -0500 Received: from sbhfisltcgw02.FNFIS.COM ([10.132.248.122]) by sbhfisltcgw02.FNFIS.COM with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 May 2011 19:51:36 -0500 Received: from dtwin ([10.132.254.136]) by sbhfisltcgw02.FNFIS.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 May 2011 19:51:36 -0500 From: "Devin Teske" To: "FreeBSD Questions" Date: Tue, 17 May 2011 17:50:51 -0700 Organization: Vicor, Inc. Message-ID: <022d01cc14f5$a37ef010$ea7cd030$@vicor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 thread-index: AcwU9GI8hsLjl/i9SKa0wpjBStrtKg== Content-Language: en-us X-OriginalArrivalTime: 18 May 2011 00:51:36.0119 (UTC) FILETIME=[BD3AC470:01CC14F5] Subject: Buildworld Benchmarks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2011 00:51:37 -0000 Hi List, What's the fastest anyone has every completed buildworld on a single machine? The reason I ask is because we just got some new hardware in and decided to benchmark it using buildworld. Just as a quick test, we decided to perform "make -j 48 buildworld". We finished in approximately 9 minutes. I think that we can improve upon that, but am having a bit of difficulty. Can anyone offer any pointers in how to achieve the fastest buildworld possible? No particular reason... we're just trying to push the boundaries of what's possible. For reference the machine we're compiling on is a dual-socket Nehalem Xeon (six-core per proc; HTT enabled; 24 total CPUs presented by APIC) with 48GB of RAM, an LSI MegaSAS RAID controller, and an LSI 2Gbps Fibre Channel HBA going to an 8TB NEC D-4 array. ASIDE: Doing the same buildworld on a 4-disk ZFS raidz yielded approximately 11-minutes. Performing the buildworld on the NEC D-4 over the 2Gbps FC HBA yielded approximately 12 minutes. And for some unknown reason, performing buildworld on tmpfs yielded 13 minutes. We thought going tmpfs would make things faster, but that resulted in over 13 minutes (huh? you'd think a RAM disk would be smoking compared to even the SSDs that we used to achieve ~9 min; do note that we did make sure to nullfs mount a tmpfs-based directory onto /usr/obj -- though the performance of that nullfs mount might have hurt the test, not sure). -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. _____________