From owner-freebsd-fs@FreeBSD.ORG Wed Apr 24 07:40:04 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2ED8B7BB for ; Wed, 24 Apr 2013 07:40:04 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 78DE3136C for ; Wed, 24 Apr 2013 07:40:02 +0000 (UTC) Received: (qmail 4681 invoked by uid 89); 24 Apr 2013 07:35:10 -0000 Received: by simscan 1.4.0 ppid: 4676, pid: 4678, t: 0.0390s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:17077 Received: from unknown (HELO suse3) (rainer@ultra-secure.de@212.71.117.1) by mail.ultra-secure.de with ESMTPA; 24 Apr 2013 07:35:10 -0000 Date: Wed, 24 Apr 2013 09:35:05 +0200 From: Rainer Duffner To: "Marc G. Fournier" Subject: Re: NFS Performance issue against NetApp Message-ID: <20130424093505.0f3e4415@suse3> In-Reply-To: <4F9A2AAE-938F-4FF5-A30C-72689D7F1F39@hub.org> References: <4F9A2AAE-938F-4FF5-A30C-72689D7F1F39@hub.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 07:40:04 -0000 Am Tue, 23 Apr 2013 16:25:56 -0700 schrieb "Marc G. Fournier" : >=20 > Morning =E2=80=A6 >=20 > I'm trying to figure out where performance issues are arising, and > I suspect its a lack of tuning on the FreeBSD side =E2=80=A6=20 >=20 > Hardware wise, I have an HP Proliant DL360p Gen8 Server, 16G of > RAM, bge ethernet =E2=80=A6 I have two ethernet ports in use, one used as= a > private backend for the NFS filer, the other for the public IP front > end. =20 How did you get bge working on a Gen8 Proliant anyway? AFAIK, the stock bge of 9.1 doesn't have support for the bcm-chips in those servers. Can you try an Intel NIC? I have to cap RSIZE/WSIZE at 32k to get *any* kind of performance from a SmartOS NFS server. That was with 9.0, I haven't re-done my tests with 9.1, admittedly.