From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 16:52:16 2005 Return-Path: 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 79C7216A4CE for ; Wed, 2 Mar 2005 16:52:16 +0000 (GMT) Received: from mail1.simplenet.com (mailer.simplenet.com [209.132.1.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F1A43D55 for ; Wed, 2 Mar 2005 16:52:16 +0000 (GMT) (envelope-from tt-list@simplenet.com) Received: from [192.168.1.106] (24.25.210.244) by mail1.simplenet.com (7.0.016) (authenticated as tt@simplenet.com) id 42259D2D0000065A for freebsd-questions@freebsd.org; Wed, 2 Mar 2005 08:52:11 -0800 Message-ID: <4225EF40.8080409@simplenet.com> Date: Wed, 02 Mar 2005 08:52:16 -0800 From: Tim Traver User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NFS Write performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 16:52:16 -0000 Hi all, ok, I've searched far and wide, but I have to ask the FreeBSD gurus about it... I'm using a Netapp NFS server to serve up content to FreeBSD clients, and I am seeing terrible write performances. I've turned on these in the rc.conf file : nfs_client_enable="YES" nfs_client_flags="-n 4" nfs_server_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" nfs_bufpackets=8 and I've got these in the sysctl.cnf file : kern.maxfiles=32768 net.inet.tcp.keepidle=3600 net.inet.tcp.sendspace=65536 net.inet.tcp.recvspace=65536 net.inet.tcp.slowstart_flightsize=2 kern.ipc.somaxconn=16384 kern.ipc.shmall=65536 kern.ipc.shmmax=268435456 kern.ipc.nmbclusters=32768 I'm using 5.3-RELEASE on a dual AMD Opteron machine. I guess my question is, how do I make NFS writes fly ??? The reads seem to be pretty good. I know that the settings on the netapp are per their settings... Thanks, Tim.