From owner-freebsd-current@FreeBSD.ORG Sun Feb 29 01:30:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45CAE16A4CE; Sun, 29 Feb 2004 01:30:35 -0800 (PST) Received: from oahu.WURLDLINK.NET (oahu.wurldlink.net [66.193.144.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA17D43D1D; Sun, 29 Feb 2004 01:30:34 -0800 (PST) (envelope-from vince@oahu.WURLDLINK.NET) Received: from oahu.WURLDLINK.NET (vince@localhost.WURLDLINK.NET [127.0.0.1]) by oahu.WURLDLINK.NET (8.12.9/8.12.9) with ESMTP id i1T9TmqQ098676; Sat, 28 Feb 2004 23:30:03 -1000 (HST) Received: from localhost (vince@localhost)i1T9TlCP098673; Sat, 28 Feb 2004 23:29:47 -1000 (HST) Date: Sat, 28 Feb 2004 23:29:47 -1000 (HST) From: Vincent Poy To: Don Lewis In-Reply-To: <200402290733.i1T7X67E091180@gw.catspoiler.org> Message-ID: <20040228232733.Y8264-100000@oahu.WURLDLINK.NET> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: buildworld times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 09:30:35 -0000 On Sat, 28 Feb 2004, Don Lewis wrote: > On 28 Feb, Vincent Poy wrote: > > Hello all: > > > > I was wondering what people are getting as the fastest make > > buildworld times since it seems like a P4m-2.6Ghz 2GB RAM, 7200RPM HDD > > machine when using make -j4 buildworld or just make buildworld takes 2.5 > > hours. I guess I'm trying to look for what the average times for > > buildworld is supposed to be for a Pentium 4 Northwood based platform. > > This seems way too slow to me. > > My Athlon XP 1900+, 1GB RAM, 10K RPM SCSI drive machine running > 5.2-CURRENT with the kernel options: > SCHED_ULE > INVARIANTS > INVARIANT_SUPPORT > WITNESS > WITNESS_SKIPSPIN > DEBUG_VFS_LOCKS > and no /etc/malloc.conf runs buildworld in > 2563.925u 1977.980s 2:01:04.11 62.5% 2715+1768k 20833+2389io 6587pf+0w > while running setiathome. > > My 1.5 GHz Pentium-M laptop, with 512 MB RAM, and a 5400 RPM drive, also > running 5.2-CURRENT with the kernel options: > SCHED_ULE > INVARIANTS > INVARIANT_SUPPORT > WITNESS > WITNESS_SKIPSPIN > ACPI_DEBUG > and no /etc/malloc.conf runs buildworld in > 2067.708u 1323.742s 1:01:24.53 92.0% 2816+1833k 23350+5985io 8841pf+0w > > In both cases this was a "make buildworld" with no options (no -j). Hmm, that is weird since I know the WITNESS options are supposedly going to slow down the buildworld process but maybe the thing is that the Pentium-M processor runs cooler as the P4m-2.6Ghz CPU does hit 83C degrees and that's when it chokes as I noticed on a identical windows machine. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin From owner-freebsd-current@FreeBSD.ORG Sun Feb 29 02:03:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7AD16A4CE for ; Sun, 29 Feb 2004 02:03:00 -0800 (PST) Received: from smtp-out-02.utu.fi (smtp-out-02.utu.fi [130.232.202.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1876743D1D for ; Sun, 29 Feb 2004 02:03:00 -0800 (PST) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr (perpetual.yok.utu.fi [130.232.138.155]) by smtp02.mess.utu.fi (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPS id <0HTU00DIYBWXSI@smtp02.mess.utu.fi> for current@FreeBSD.ORG; Sun, 29 Feb 2004 12:02:57 +0200 (EET) Date: Sun, 29 Feb 2004 12:02:41 +0200 From: Evren Yurtesen In-reply-to: <20040228144714.P8264-100000@oahu.WURLDLINK.NET> To: Vincent Poy , current@FreeBSD.ORG Message-id: <4041B8C1.8000309@ispro.net.tr> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030808 References: <20040228144714.P8264-100000@oahu.WURLDLINK.NET> Subject: Re: buildworld times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 10:03:01 -0000 It takes 15 minutes on this one with make buildworld... Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2-CURRENT #0: Fri Feb 6 13:59:01 EET 2004 toor@proxy.ispro.net.tr:/usr/obj/usr/src/sys/PROXY Preloaded elf kernel "/boot/kernel/kernel" at 0xc075a000. Preloaded elf module "/boot/kernel/splash_bmp.ko" at 0xc075a21c. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 3.06GHz (3059.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2142437376 (2043 MB) avail memory = 2094530560 (1997 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard Pentium Pro MTRR support enabled VESA: v3.0, 3904k memory, flags:0x1, mode table:0xc06d8260 (1000040) VESA: Intel(r)865G Graphics Chip Accelerated VGA BIOS module_register_init: MOD_LOAD (splash_bmp, 0xc0755810, 0) error 2 acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 11 entries at 0xc00f5420 acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: port 0xefe0-0xefe7 mem 0xfe780000-0xfe7fffff,0xf0000000-0xf7ffffff irq 16 at device 2.0 on pci0 agp0: detected 3964k stolen memory agp0: aperture size is 128M pcib1: at device 30.0 on pci0 pci1: on pcib1 fxp0: port 0xdf00-0xdf3f mem 0xfe5c0000-0xfe5dffff,0xfe5fe000-0xfe5fefff irq 21 at device 10.0 on pci1 fxp0: Ethernet address 00:07:e9:0d:ea:51 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xfc00-0xfc0f,0-0x3,0-0x7,0-0x3,0-0x7 at device 31.2 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold npx0: [FAST] npx0: on motherboard npx0: INT 16 interface orm0: