From owner-freebsd-questions Wed Mar 20 8:48:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 253C637B405 for ; Wed, 20 Mar 2002 08:48:36 -0800 (PST) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g2KGjR008867 for ; Wed, 20 Mar 2002 08:45:27 -0800 (PST) (envelope-from root@utility.clubscholarship.com) Date: Wed, 20 Mar 2002 08:45:27 -0800 (PST) From: Patrick Thomas To: Subject: is there overhead in SMP machines related to SMP ? Message-ID: <20020320083947.M8701-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a quad-zeon 500. I loaded 4.5-RELEASE on it and there are perhaps 80-90 processes now running. `vmstat` output looks like: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr aa0 md0 in sy cs us sy id 1 0 0 29056 329772 25 0 0 0 32 4 0 0 235 145 11 0 0 100 0 0 0 29056 329772 4 0 0 0 0 0 0 0 282 21 8 0 4 96 0 0 0 29056 329772 5 0 0 0 0 0 0 0 260 30 12 0 3 97 0 0 0 29056 329772 5 0 0 0 0 0 0 0 287 66 31 0 3 97 0 0 0 29056 329756 7 0 0 0 0 0 0 0 290 85 24 0 4 96 0 0 0 29056 329740 3 0 0 0 0 0 1 0 276 58 21 0 3 97 0 0 0 29056 329724 3 0 0 0 0 0 0 0 293 52 21 0 4 96 0 0 0 29056 329724 7 0 0 0 0 0 0 0 281 104 28 0 3 97 Note the 96-96% idle cpu. This seems very odd, since my laptop, and other single processor 4-500 mhz (pIII) systems are running many more processes, but their idle is between 98-99. However, when my laptop goes to 95-96, it is because "user" time goes up, but on my quad system it is hovering at 96-97 because "system" time is up. So should I assume that this is just an artifact of using SMP, and that whereas my laptop starts at 99-100 idle and goes down from there, this will just start at 96-97 idle and go down from there (but taking many more processes to drop me from 96 to 95 than it takes to drop my laptop from 99 to 98) ? Or is something else going on ? thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message