This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Sat Apr 27 01:25:24 2024 Received: from spaans.ds9a.nl (adsl-xs4all.ds9a.nl [213.84.159.51]) by kylie.puddingonline.com (8.11.6/8.11.6) with SMTP id g8IFQJX26751 for ; Wed, 18 Sep 2002 17:26:20 +0200 Received: (qmail 15219 invoked from network); 18 Sep 2002 07:01:12 -0000 Received: from unknown (HELO spaans.ds9a.nl) (3ffe:8280:10:360:202:44ff:fe2a:a1dd) by mayo.ipv6.ds9a.nl with SMTP; 18 Sep 2002 07:01:12 -0000 Received: (qmail 26227 invoked by uid 1000); 17 Sep 2002 20:40:51 -0000 Received: (maildatabase); juh Received: (qmail 1067 invoked by alias); 25 Oct 2001 06:28:21 -0000 Received: (qmail 996 invoked from network); 25 Oct 2001 06:28:18 -0000 Received: from digger.ds9a.nl (HELO outpost.powerdns.com) (postfix@213.244.168.211) by spaans.ds9a.nl with SMTP; 25 Oct 2001 06:28:18 -0000 Received: from vvtp.nl (vvtp.tn.tudelft.nl [130.161.252.29]) by outpost.powerdns.com (Postfix) with SMTP id 5A1F8C6475 for ; Thu, 25 Oct 2001 01:30:43 +0200 (CEST) Received: (qmail 13231 invoked by uid 2547); 24 Oct 2001 23:30:38 -0000 Received: (qmail 12971 invoked from network); 24 Oct 2001 23:30:36 -0000 Received: from vger.kernel.org (199.183.24.194) by vvtp.tn.tudelft.nl with SMTP; 24 Oct 2001 23:30:36 -0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 24 Oct 2001 19:27:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 24 Oct 2001 19:26:43 -0400 Received: from femail28.sdc1.sfba.home.com ([24.254.60.18]:16772 "EHLO femail28.sdc1.sfba.home.com") by vger.kernel.org with ESMTP id ; Wed, 24 Oct 2001 19:26:39 -0400 Received: from home.com ([24.156.67.212]) by femail28.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011024232712.KOSK22390.femail28.sdc1.sfba.home.com@home.com> for ; Message-Id: <3BD74D77.3B73A446@home.com> Date: Wed, 24 Oct 2001 19:23:36 -0400 From: John Gluck X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.4.13 i686) X-Accept-Language: en Mime-Version: 1.0 To: "linux-kernel@vger.kernel.org" Subject: Re: SCSI read performance issues (2.2.19 and 2.4.10) Content-Type: multipart/mixed; boundary="------------098368129F88303742EEE513" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) X-Spam-Tag: 1 Lines: 92 This is a multi-part message in MIME format. --------------098368129F88303742EEE513 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------098368129F88303742EEE513 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mozilla-Status2: 00000000 Message-ID: <3BD73EC9.C42CFF6E@home.com> Date: Wed, 24 Oct 2001 18:20:57 -0400 From: John Gluck X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.4.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Morton Subject: Re: gdth / SCSI read performance issues (2.2.19 and 2.4.10) References: <3BD6B278.3070300@geizhals.at> <3BD6ECE6.8C9435C4@zip.com.au> <3BD729B6.6030902@geizhals.at> <3BD73280.7FC6526D@zip.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Just my experience with 2.4.13 SCSI disk performance. I tested with hdparm peaks at 17 meg /sec. My SCSI controller and HD are capable of up to 40 meg /sec. IDE disks on an ATA 33 contoller peak at 20 to 23 megs depending on which disk. If there's any test you'd like me to try I'll be more than happy to. John > [snip] > Really? Are you saying that on a controller which can > do 85 megs/second, you can't read files through the filesystem > at greater than 17? Which filesystem? > > > The result (last 4 lines): > > c01388fc try_to_free_buffers 55 0.1511 > > c0128b10 file_read_actor 1179 14.0357 > > c01053b0 default_idle 6784 130.4615 > > 00000000 total 8695 0.0065 > > OK, that's normal and proper. Almost all the kernel time > is spent copying data. > > > Does this suggest that the kernel isn't the bottleneck? > > Well... We seem to have three issues here: > > 1: Why isn't the controller achieving the manufacturer's > claimed throughput? > > Don't know. Maybe it's the software copy. Maybe it's the > device driver. Maybe they lied :). It'd be interesting > to test it on the same machine with the vendor's drivers > and win2k. > > 2: 0-order allocation failures. > > 3: Poor `cp' throughput. This one is strange. Perhaps > `cp' is using a small transfer-size and the kernel's > readhead isn't working properly. Could you experiment > with this some more? For example, what happens with > > dd if=large_file of=/dev/null bs=4096k > > - > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ --------------098368129F88303742EEE513-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/