From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 06:38:41 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 F242316A403 for ; Tue, 10 Oct 2006 06:38:41 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0DD43D79 for ; Tue, 10 Oct 2006 06:38:40 +0000 (GMT) (envelope-from speedtoys.racing@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so198510nfc for ; Mon, 09 Oct 2006 23:38:39 -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=srtLYorxvhsCtUznS6rL7Ahj/TwnzucYshGUd7bTb68pPiRI+K8Z0y52jar//BikhbZmvV4ZWTCtc7Lz4hUoaroEB0C+hkI9IXROABplo7KgA1bHkCkE3YifOp/ph+Yooj0mIy8ialZPvnASISvvr+0qHExY+mN8wLBPSIpv85c= Received: by 10.49.94.20 with SMTP id w20mr963317nfl; Mon, 09 Oct 2006 23:38:39 -0700 (PDT) Received: by 10.48.203.16 with HTTP; Mon, 9 Oct 2006 23:38:39 -0700 (PDT) Message-ID: Date: Mon, 9 Oct 2006 23:38:39 -0700 From: "Jeff Mohler" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: NFS Client..attr caching.. 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: Tue, 10 Oct 2006 06:38:42 -0000 here at work we want to compile deep trees of code on Fbsd boxes, but we are finding that the compiles on local disk are faster than via NFS (very very fast/new Netapp boxes) on the FreeBSD boxes (single spindle SATA drives). However, cross-compiling the same code on a linux box over NFS to the very same Netapp boxes is way faster than Fbsd on local disk. Im trying of course to get the mount options/etc that the linux boxes use, but any clues on how to mount a 150k file deep source tree to most effectively cache getattr/readdir metadata which seems to be an enourmous percentage of the total NFS calls in the compile process. Thanks in advance..as I get more data.