From owner-freebsd-performance@FreeBSD.ORG Fri Nov 19 03:34:12 2004 Return-Path: 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 D653D16A4D1 for ; Fri, 19 Nov 2004 03:34:12 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7911243D41 for ; Fri, 19 Nov 2004 03:34:12 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so34891rne for ; Thu, 18 Nov 2004 19:34:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=XTrc165MPhbFGgZC+Q6ZZHb6bG/SEBo3SriXWxlbSfhvZ2owYVXRCAJf8bRuUsyiJoly+tHYhXkbW/XWwUXjnsMp7egwLtjMYpkim03Ovbz6Rv62akfs2tvGR4+Or+MYORRFxvFlTl6P+KMJ9ePEmCLyWbxc1DiAywpvstGvTdI= Received: by 10.38.67.12 with SMTP id p12mr215498rna; Thu, 18 Nov 2004 19:34:11 -0800 (PST) Received: by 10.38.151.56 with HTTP; Thu, 18 Nov 2004 19:34:11 -0800 (PST) Message-ID: <18f6019404111819343f2a7967@mail.gmail.com> Date: Thu, 18 Nov 2004 19:34:11 -0800 From: Aaron Glenn To: Luke In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041118101026.55888.qmail@web14121.mail.yahoo.com> <20041118105543.10295.qmail@web41208.mail.yahoo.com> <18f6019404111809224fb97c06@mail.gmail.com> <18f6019404111817533b93cbba@mail.gmail.com> cc: freebsd-performance@freebsd.org Subject: Re: I've ran out of ideas X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Glenn List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 03:34:13 -0000 On Fri, 19 Nov 2004 14:16:51 +1100 (EST), Luke wrote: > Increasing the block size of the disk need not imply that the application > is issuing larger reads. Hmm, true. > I have not suggested that you increase the blocksize further. Please read > the above points again. > > As Sean pointed out, if your web server supports sendfile then that would > be a good option. Indeed I misread your email. I do have some sort optimized thttpd package that was sent to me off list. I'll try that out in a few minutes here. I'm also searching for the patch on arch@ that Sean mentioned. > Your recent post which showed poor performance from /dev/zero does bring > the theory that your disk is the bottleneck into question, however you may > still find it is worth trying the above suggestions. I neglected to mention those numbers were taken while pushing 45Mbps out the network. If you add them up you get 93Mbps. aaron.glenn