From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 08:04:24 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 02E4716A4CE for ; Fri, 22 Oct 2004 08:04:24 +0000 (GMT) Received: from thekla.de.clara.net (thekla.de.clara.net [212.82.225.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D1C43D49 for ; Fri, 22 Oct 2004 08:04:23 +0000 (GMT) (envelope-from jesk@killall.org) Received: from localhost.de.clara.net ([127.0.0.1] helo=localhost) by thekla.de.clara.net with esmtp (Exim 4.30; FreeBSD) id 1CKuPO-0006Lc-5N; Fri, 22 Oct 2004 10:04:22 +0200 Received: from kamikaze-studio.int.de.clara.net ([192.168.0.232]) by thekla.de.clara.net with esmtp (Exim 4.30; FreeBSD) id 1CKuPO-0006LN-0D; Fri, 22 Oct 2004 10:04:22 +0200 Date: Fri, 22 Oct 2004 10:04:21 +0200 From: jesk To: Ganbold , freebsd-current@freebsd.org Message-ID: <32C33A5ACC16924A80AC1084@jesk.int.de.clara.net> In-Reply-To: <6.1.2.0.2.20041022154756.02b67090@202.179.0.80> References: <6.1.2.0.2.20041022154756.02b67090@202.179.0.80> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: mysql super-smack test on FreeBSD 5.3-RC1 amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesk@killall.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2004 08:04:24 -0000 --On Friday, October 22, 2004 15:55:08 +0900 Ganbold wrote: > Here's benchmark I just did... > > ----------------------------------------------------------------------- > System Specs: > > IBM @server 325 type 8835 > Dual AMD Opteron 2.1ghz > 4GB (2x2GB) PC-2700 ECC memory > 6x36GB hot swap RAID5 Ultra 320 SCSI HDD > ServeRAID 6M controller > > ------------------------------------------------------------------------- > OS / Software Configuration: > > FreeBSD amd.micom.mng.net 5.3-RC1 FreeBSD 5.3-RC1 #1: Fri Oct 22 12:17:38 > ULAT 2004 root@amd.micom.mng.net:/usr/obj/usr/src/sys/AMD amd64 > > MySQL Compiled from mysql40-server port with: > > BUILD_OPTIMIZED=yes > BUILD_STATIC=yes > > > amd# super-smack update-select.smack 30 10000 > Query Barrel Report for client smacker > connect: max=14ms min=5ms avg= 7ms from 30 clients > Query_type num_queries max_time min_time q_per_s > select_index 300000 3 0 4231.18 > update_index 300000 3 0 4231.18 > > > amd# super-smack select-key.smack 30 10000 > Query Barrel Report for client smacker1 > connect: max=18ms min=5ms avg= 11ms from 30 clients > Query_type num_queries max_time min_time q_per_s > select_index 600000 4 0 10030.74 > > > regards, > > Ganbold > > _______________________________________________ > 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" > Did you turned of HTT? try to set "sysctl machdep.hlt_logical_cpus=1" and test again. did you compile with linuxthreads or pthreads?