From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 10:45:14 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBB116A4CE; Tue, 28 Sep 2004 10:45:14 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D99DD43D41; Tue, 28 Sep 2004 10:45:11 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-67-124-49-205.dsl.snfc21.pacbell.net [67.124.49.205])i8SAinIV014305; Tue, 28 Sep 2004 06:44:52 -0400 Message-ID: <415940B0.6050008@elischer.org> Date: Tue, 28 Sep 2004 03:45:04 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu MIME-Version: 1.0 To: Evren Yurtesen References: <4158BFAC.7050601@ispro.net.tr> <200409271628.02524.jhb@FreeBSD.org> <4159431F.6010502@ispro.net.tr> <4159C77F.7080600@ispro.net.tr> In-Reply-To: <4159C77F.7080600@ispro.net.tr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Vlad cc: freebsd-current@freebsd.org cc: rwatson@freebsd.org Subject: Re: panic: sorele X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 10:45:14 -0000 Evren Yurtesen wrote: > > > Vlad wrote: > >> based on your kernel panic: >> >> >>>> panic: sorele >>>> cpuid = 1 >>>> boot() called on cpu#1 >>>> Uptime: 5d19h48m4s >> >> >> >> it looks like you do have at least two CPUs... cpu#1 is a second CPU, >> or I'm mistaken? >> > > Like I said, it is this hyperthreading from intel. Look from google for > hyperthreading. It is suppose to improve performance but who knows... > > -e- > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" All our tests so far have shown Hyperthreading reduces performance except in some special cases. the special case where I have seen improved performance is an app where there are 2 threads (or processes) where one is doing integer work and the other is doing floating point work. I saw the equivalent of 1.8 CPUs with that load. other standard tests have however showed a solid decrease in performance in enabling hyperthreading. Linux machines we have tested also managed to not get any real advantage from Hyperthreading hoever they somehow managed to at least avoid the DECREASE with special scheduling code.. Our answer has been to keep HTT turned off unless the workload can use it. In this case "We/our" refers to FreeBSD developers chatting on IRC.