From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 12:03:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF31A16A4CE for ; Fri, 26 Mar 2004 12:03:06 -0800 (PST) Received: from corpmail.internal.courtesymortgage.com (unknown [209.126.131.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862BD43D1D for ; Fri, 26 Mar 2004 12:03:06 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Received: from jwilliams.courtesymortgage.com (jwilliams.internal.courtesymortgage.com [192.168.1.90]) ESMTP id i2QK2bCU034080 for ; Fri, 26 Mar 2004 12:02:37 -0800 (PST) (envelope-from jwilliams@courtesymortgage.com) Message-Id: <5.2.1.1.0.20040326120149.02e58f50@pop.courtesymortgage.com> X-Sender: jwilliams@pop.courtesymortgage.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Fri, 26 Mar 2004 12:03:14 -0800 To: freebsd-questions@freebsd.org From: Jason Williams In-Reply-To: <20040326195227.GB8945@bcolom.americatelperu.red> References: <5.2.1.1.0.20040326094526.02e5db50@pop.courtesymortgage.com> <5.2.1.1.0.20040326094526.02e5db50@pop.courtesymortgage.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: SMP on FreeBSD 4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 20:03:06 -0000 >You could run top and watch the C column, which shows which particular CPU >is being used by a process. This is quite interesting. After rebuilding my kernel for SMP support, I noticed the load average went up slightly. Is that normal? Right now, the system is being tested as a mail gateway server, running sendmail, mailscanner, SpamAssassin and clamav. Before I did the recompile, my load average was low, almost zero. It is showing a load average of around 0.02 now...Not much, but interesting. Any ideas? Jason