From owner-freebsd-questions@FreeBSD.ORG Wed May 10 13:19:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C79216A512 for ; Wed, 10 May 2006 13:19:33 +0000 (UTC) (envelope-from valerio.daelli@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C46043D4C for ; Wed, 10 May 2006 13:19:28 +0000 (GMT) (envelope-from valerio.daelli@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so1376491nfa for ; Wed, 10 May 2006 06:19:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U068HgmUpQHK9SR/FOmBgdB9llwGQK2hz001lHy0csRAJCvmfGCfPTKcnaGbvCoTtaj1Cep8L8b86jC7evVFy0fBD5WXry5Ov5wo1uB93oEVYgDMgdpiHUBqLMR6ppkSGF/j+cCQwWZWzvWOOZ5CAuHXhhbQeFYXjKyp7kBTPFE= Received: by 10.49.21.19 with SMTP id y19mr569016nfi; Wed, 10 May 2006 05:54:39 -0700 (PDT) Received: by 10.49.43.2 with HTTP; Wed, 10 May 2006 05:54:39 -0700 (PDT) Message-ID: <27dbfc8c0605100554v377be7ffpb19a5163349c7f17@mail.gmail.com> Date: Wed, 10 May 2006 14:54:39 +0200 From: "Valerio daelli" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Question on NFS performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 13:19:33 -0000 Hi all we have a FreeBSD 5.4 exporting some NFS filesystem to a cluster of gentoo = boxes (kernel 2.6.12). Our exported storage disk is an Apple XRaid. We have Gigabit Ethernet both on the client and the server. We would like to improve our read performance. This is our performance: about 10Mb reading a file of 1Gb with dd and iozone confirms this result. We already use the normal optimization flags (we use rpc.lockd and rpc.statd, on the client we have read size 65536 and a read ahead of 4 blocks, the async options). Is our performance the best we can get? Can we improve it? Thanks for your help Valerio Daelli