From owner-freebsd-hackers Tue Apr 14 04:50:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27009 for freebsd-hackers-outgoing; Tue, 14 Apr 1998 04:50:09 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26797; Tue, 14 Apr 1998 11:49:43 GMT (envelope-from root@asteroid.svib.ru) Received: from asteroid.svib.ru (root@localhost) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id PAA19398; Tue, 14 Apr 1998 15:49:35 +0400 (MSD) (envelope-from root@asteroid.svib.ru) Message-Id: <199804141149.PAA19398@asteroid.svib.ru> To: hackers@FreeBSD.ORG cc: smp@FreeBSD.ORG Subject: SMP performance decrease? Reply-To: tarkhil@asteroid.svib.ru Date: Tue, 14 Apr 1998 15:49:35 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I've just benchmarked (by bytebench from ports) my new server, with 64M RAM (for now; will increase soon) and 2 PII-233 processors (EliteGroup p6LX2-A mainboard). Here are the results: Test Non-SMP SMP arith (double) 27.5 28.1 Drystone 2 (no reg. vars) 23.6 24.1 Execl thoughput 90.8 46.8 <- ??? File copy 35.1 37.7 Pipe-based context switching 20.4 9.0 <- ??? Shell scripts (8 concurrent) 12.8 12.2 <- ??? I don't understand why execl throughput and context switching is TWICE slower in SMP mode, and I doesn't understand AT ALL why shell script benchmark isn't twice faster. Wrong benchmark? Problems with something in kernel? Me being crazy? Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message