From owner-freebsd-performance@FreeBSD.ORG Fri Feb 22 19:09:12 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7840B16A405 for ; Fri, 22 Feb 2008 19:09:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF0D013C478; Fri, 22 Feb 2008 19:09:11 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47BF1DD6.90607@FreeBSD.org> Date: Fri, 22 Feb 2008 20:09:10 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Noisex References: <47BE0016.6020407@FreeBSD.org> <2E9A88C1-067C-4C9C-A062-42203F47BF1C@safarivideonetworks.com> <00d201c8756b$44f3d4c0$cedb7e40$@lv> In-Reply-To: <00d201c8756b$44f3d4c0$cedb7e40$@lv> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-performance@freebsd.org Subject: Re: performance degradation in 6.2 when adding a second quad core chip X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 19:09:12 -0000 Noisex wrote: > So Benjamin you want to tell, that adding additional CPU decrease the > performance on 6.2? How did you made tests? > I just want to know because in my plans to the next week is also add > 2nd CPU (dual core) and some additional RAM to one of the my HP Proliant > DL360 (generaly mysql db server) because due to heavy MySQL usage nearly to > 100% or even more sometimes some of my customers are not very happy with > service like that (long load time). > > Server: HP proliant G4P DL360, CPU 1x3Ghz dual core, RAM: 4Gb (on system i > can see 3Gb :) ), SCSI 146Gbx2 (RAID 1+0 with smartarray controller p4600). > OS: FreeBSD 6.2, SMP I wouldn't bother with 8 CPUs if you are running 6.x. As I mentioned, 7.0 SMP performance is much better. http://people.freebsd.org/~kris/scaling/7.0%20Preview.pdf > p.s what you guys could recommend about enabled/disabled hyperthreading on > intel? Will it increase performance or over the left decrease? It depends on your workload, it may or may not give a performance benefit. ULE tends to perform better than 4BSD though. Kris