From mboxrd@z Thu Jan 1 00:00:00 1970 From: UZAIR LAKHANI Subject: Re: Overhead of Using a Stackable File System(Wrapfs) Date: Fri, 7 Apr 2006 23:48:33 -0700 (PDT) Message-ID: <20060408064833.9579.qmail@web37905.mail.mud.yahoo.com> References: <1144001272.11270.5.camel@ool-44c32f98.dyn.optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from web37905.mail.mud.yahoo.com ([209.191.124.100]:37046 "HELO web37905.mail.mud.yahoo.com") by vger.kernel.org with SMTP id S1751372AbWDHGse (ORCPT ); Sat, 8 Apr 2006 02:48:34 -0400 To: Avishay Traeger In-Reply-To: <1144001272.11270.5.camel@ool-44c32f98.dyn.optonline.net> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org --- Avishay Traeger wrote: > On Sun, 2006-04-02 at 01:32 -0800, UZAIR LAKHANI > wrote: > > Hello All, > > > > I want to enquire about the percent overhead > involved > > when we use Wrapfs(null layer stacking file > system) > > over ext3. > > It should only be a few percent (if I remember > correctly, less than 5), > but it would depend on your machine and workload. > If you want an exact > answer, just run some benchmarks on ext3 and > wrapfs/ext3. > > > I want to enquire this because I want to use > Wrapfs in > > a network environment and there will be an > additional > > overhead of network communication. > > If you're still talking about implementing NFS using > stackable file > systems, please note that we decided that was not a > good idea. Thanks for replying but consider this scenario. What Wrapfs code do is this user_request ---> vfs_request ---> wrapfs_request ---> actual_fs_request ---> storage Now consider this scenario in a network environment (client machine) user_request ---> vfs_request ---> wrapfs_request ---> Network ---> (server machine)actual_fs_request ---> storage The network here gets client requests and send them to server and vice versa. > > Good luck. > > Avishay Traeger > http://www.fsl.cs.sunysb.edu/~avishay/ > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com