From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 13:41:16 2003 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 10E3A16A4BF for ; Mon, 8 Sep 2003 13:41:16 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB0843FE5 for ; Mon, 8 Sep 2003 13:41:10 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 80) id 70F4880A; Mon, 8 Sep 2003 16:40:37 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by mailhub.yumyumyum.org (Horde) with HTTP for ; Mon, 8 Sep 2003 16:40:37 -0400 Message-ID: <1063053637.db581d2f18d48@mailhub.yumyumyum.org> Date: Mon, 8 Sep 2003 16:40:37 -0400 From: culverk@yumyumyum.org To: Roderick van Domburg References: <000901c37628$d683ff10$6ba55982@gog> <1063042016.cea6637e4e7eb@mailhub.yumyumyum.org> <000d01c37646$1c053f00$6ba55982@gog> In-Reply-To: <000d01c37646$1c053f00$6ba55982@gog> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 141.156.69.109 cc: freebsd-current@freebsd.org Subject: Re: Benchmarking KSE and SMPng 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: Mon, 08 Sep 2003 20:41:16 -0000 Quoting Roderick van Domburg : > > Just in case you don't know, there is no 5-STABLE yet. All the 5.x > Releases have > > been based on -CURRENT. > > Indeed, I stand corrected. > > > > Question is then which {application,theoretical} benchmarks to run under > > > which circumstances. Although I've heard of bonnie et al, I'm new to the > > > benchmarking business and welcome any suggestions. > > > > > Something that might be interesting to try is running mysql with libc_r, > > linuxthreads, libkse, and libthr, using the included mysql benchmarks that > come > > with mysql. I used those benchmarks to test mysql on a few of the machines > I > > needed to install it on at one point, and I know mysql utilizes threads. > Off > > the top of my head I can't think of anything other than databases that > > performed badly on FreeBSD before due to threading issues. > > How about Apache2 or locked subsystems (I/O and networking spring to mind)? > Good call. I hadn't thought of that because I've always just used the preforking mpm in apache. Ken