From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 13:51:26 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 EAECE16A4EE for ; Mon, 20 Sep 2004 13:51:26 +0000 (GMT) Received: from web14123.mail.yahoo.com (web14123.mail.yahoo.com [66.163.171.114]) by mx1.FreeBSD.org (Postfix) with SMTP id CF4A543D45 for ; Mon, 20 Sep 2004 13:51:26 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Message-ID: <20040920135126.16843.qmail@web14123.mail.yahoo.com> Received: from [194.248.174.58] by web14123.mail.yahoo.com via HTTP; Mon, 20 Sep 2004 15:51:26 CEST Date: Mon, 20 Sep 2004 15:51:26 +0200 (CEST) From: Claus Guttesen To: Sascha Holzleiter , current@freebsd.org In-Reply-To: <1095681918.79469.11.camel@area51.cc-web.ma.schlund.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: RELENG_5 nfs performance 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, 20 Sep 2004 13:51:27 -0000 > I then upgraded to 5.3-BETA4 which gives me the same > results. > Is there anything I'm missing here? The system is Try switching to TCP rather than UDP on the server, /etc/rc.conf: nfs_server_flags="-t -u -n 10" set read- and write-size to 32768 on the client, /etc/fstab: jasmin:/data /data nfs rw,tcp,intr,nfsv3,-w=32768,-r=32768 0 0 Claus