From owner-freebsd-performance@FreeBSD.ORG Wed Aug 2 06:28:10 2006 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AFD16A4DA; Wed, 2 Aug 2006 06:28:10 +0000 (UTC) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4131343D46; Wed, 2 Aug 2006 06:28:08 +0000 (GMT) (envelope-from mv@thebeastie.org) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id AEB574CEFD; Wed, 2 Aug 2006 06:28:33 +0000 (GMT) Received: from vaulte.jumbuck.com (ppp166-27.static.internode.on.net [150.101.166.27]) by p4.roq.com (Postfix) with ESMTP id 518084CEFC; Wed, 2 Aug 2006 06:28:33 +0000 (GMT) Received: from vaulte.jumbuck.com (localhost [127.0.0.1]) by vaulte.jumbuck.com (Postfix) with ESMTP id 1A67E8A027; Wed, 2 Aug 2006 16:28:06 +1000 (EST) Received: from [192.168.46.102] (unknown [192.168.46.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vaulte.jumbuck.com (Postfix) with ESMTP id 164EA8A023; Wed, 2 Aug 2006 16:28:06 +1000 (EST) Message-ID: <44D045F5.9030702@thebeastie.org> Date: Wed, 02 Aug 2006 16:28:05 +1000 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.13) Gecko/20060727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Massimo Lusetti References: <44C47D64.6010804@thebeastie.org> <20060725150931.GA31017@misty.eyesbeyond.com> <44C6B826.5080308@thebeastie.org> <20060726144831.GA40775@misty.eyesbeyond.com> <44CEE526.60603@thebeastie.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: ClamAV using ClamSMTP Cc: Greg Lewis , freebsd-performance@freebsd.org, freebsd-java@freebsd.org Subject: Re: AMD64 Diablo 1.5 JDK and libthr 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: Wed, 02 Aug 2006 06:28:10 -0000 Massimo Lusetti wrote: > On 8/1/06, Michael Vince wrote: > >> libc_r average hits per minute: 8,841 >> libc_r session average:4,481 >> libc_r transactions per minute: 2,947 >> >> libthr average hits per minute: 9,020 >> libthr session average: 4,380 >> libthr transactions per minute: 3,004 >> >> libpthread average hits per minute: 6,128 >> libpthread session average: 3,139 >> libpthread transactions per minute: 2,043 >> >> For completeness here is a repaste of the SMP kernel results >> libc_r average hits per minute: 6,859 >> libc_r session average: 3,441 >> libc_r transactions per minute: 2,310 >> >> libthr average hits per minute: 11,581 >> libthr session average: 5,573 >> libthr transactions per minute: 3861 >> >> libpthread average hits per minute: 8,823 >> libpthread session average: 4,500 >> libpthread transactions per minute: 2891 > > > > Just to clarify. This is all with and AMD64 cpu under i386 mode while > under amd64 mode libthr fails with a core dump. Right? > Thanks for this infos, very interesting and useful. Yes, although I find that way a difficult way to describe it :) Mike