From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:02:32 2005 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 2574316A41F for ; Thu, 8 Sep 2005 21:02:32 +0000 (GMT) (envelope-from tom@phonebites.com) Received: from stan.phonebites.com (stan.phonebites.com [209.133.33.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37AB43D45 for ; Thu, 8 Sep 2005 21:02:31 +0000 (GMT) (envelope-from tom@phonebites.com) Received: from localhost (localhost.phonebites.com [127.0.0.1]) by stan.phonebites.com (Postfix) with ESMTP id 64E3BA9FC4C for ; Thu, 8 Sep 2005 14:02:29 -0700 (PDT) Received: from stan.phonebites.com ([127.0.0.1]) by localhost (stan.phonebites.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00613-03 for ; Thu, 8 Sep 2005 14:02:22 -0700 (PDT) Received: from [192.168.1.2] (user177-63.wireless.ocsnet.net [208.19.63.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by stan.phonebites.com (Postfix) with ESMTP id 39B34A9FCA4 for ; Thu, 8 Sep 2005 14:02:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Tom Pepper Date: Thu, 8 Sep 2005 14:02:21 -0700 X-Mailer: Apple Mail (2.733) X-Virus-Scanned: amavisd-new at phonebites.com Subject: NFS client performance against MS SFU 3.5 NFS Server 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: Thu, 08 Sep 2005 21:02:32 -0000 All: Anyone having any good fortune with performance of NFS shares in a current 5-STABLE against Windows 2003 Services For Unix 3.5 server? I'm able to, with some pretty extreme tuning, get as much as 1MB/sec out of a 100Mbps link, but I'm able to FTP to and from the same host at 8-10MB/sec. I've tried different send/receive windows, NFSv2, NFSv3, forcing TCP/UDP, and setting the tcp windows to some pretty outrageous sizes. None of the above really seems to net me performance above 500-600kB/sec (testing via rsync --progress -av / local/dir /mnt/nfsshare). mount_smbfs is also incapable of going beyond 1MB/sec in a similar arrangement. Why on earth is performance sucking so bad? Thanks, -t