From: Benjamin LaHaise Subject: Re: nfs performance problem Date: Tue, 5 Nov 2002 15:39:48 -0500 Sender: nfs-admin@lists.sourceforge.net Message-ID: <20021105153948.G3934@redhat.com> References: <005b01c284f5$ae1d6090$640a010a@winda> <20021105201758.I23227@vestdata.no> <007901c28505$51e9c240$640a010a@winda> <098d01c28509$0df86e20$e2a446a6@user1i6avc9gfx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "poczta.dotcom.pl" , nfs@lists.sourceforge.net Return-path: Received: from to-velocet.redhat.com ([216.138.202.10] helo=touchme.toronto.redhat.com) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 189AUJ-0004q3-00 for ; Tue, 05 Nov 2002 12:39:51 -0800 To: Matt Heaton In-Reply-To: <098d01c28509$0df86e20$e2a446a6@user1i6avc9gfx>; from admin@0catch.com on Tue, Nov 05, 2002 at 01:22:25PM -0700 Errors-To: nfs-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Unsubscribe: , List-Archive: On Tue, Nov 05, 2002 at 01:22:25PM -0700, Matt Heaton wrote: > each NFS server. So even though our throughput of only 1.5 MB isn't high. > The number of files per second is > actually quite high, and causes things to slow down because of seek time > issues. PLEASE GIVE US CACHEFS SOMEONE?? How is cachefs going to help? The kernel is already trying to cache data as much as possible. Once you're trying to serve more data than you have RAM, this are naturally going to degreate quite significantly as the system becomes seek bound. > Does anyone have experience with IDE Raid arrays that get over 250 tps in > iostat that work fine? I would > be VERY VERY VERY interested to find out. Use raid1+0 and you'll be much happier, as read requests will be balanced over multiple drives (mirroring means the same data can be read from all of the mirrors). Additionally, you'll have much lower CPU utilization and writes won't cause all disks in the array to seek for strip updates. Read the archives for the past couple of weeks for another example of the performance increase when going from raid5 to raid1+0. -ben ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs