From owner-freebsd-smp Tue Sep 2 15:38:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA02433 for smp-outgoing; Tue, 2 Sep 1997 15:38:44 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA02413 for ; Tue, 2 Sep 1997 15:38:36 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id QAA01594; Tue, 2 Sep 1997 16:38:31 -0600 (MDT) Message-Id: <199709022238.QAA01594@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Antti-Pekka Liedes cc: freebsd-smp@FreeBSD.ORG Subject: Re: SMP performance on P5 systems? In-reply-to: Your message of "Wed, 03 Sep 1997 00:51:01 +0300." <19970903005101.00664@hutcs.cs.hut.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 02 Sep 1997 16:38:31 -0600 Sender: owner-freebsd-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > > The current SMP performance on my Tyan Tomcat IIID dual pentium 200MMX > system is not quite what I had expected, as a simple benchmark, this is > what it takes for me to compile kernel, with UP kernel: > make -j3 283.19s user 32.56s system 94% cpu 5:32.83 total > and with SMP: > make -j3 341.23s user 134.72s system 183% cpu 4:18.80 total try -j16, using just 3 processes are leaving you diskbound. --- > I was expecting the wall clock time to be less for the SMP kernel, also, > there seems to be quite a lot of system overhead :-/. Of course this > might be because of my relatively slow disks (I use striping on two > Quantum Fireballs, both on different channel of my AHA-3940U). The > benchmarks at www.freebsd.org SMP pages show a lot better performance. Is > it just that ppro beats pentium so much on SMP or what? I need to see the output from "mptable -dmesg > outfile" run shortly after boot. the 3940 is a bridged PCI card and many MP BIOS's fail to probe it properly. you might be missing INTs from one channel. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD