All of lore.kernel.org
 help / color / mirror / Atom feed
From: UZAIR LAKHANI <uzairr_bs1b@yahoo.com>
To: Avishay Traeger <atraeger@cs.sunysb.edu>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: Overhead of Using a Stackable File System(Wrapfs)
Date: Fri, 7 Apr 2006 23:48:33 -0700 (PDT)	[thread overview]
Message-ID: <20060408064833.9579.qmail@web37905.mail.mud.yahoo.com> (raw)
In-Reply-To: <1144001272.11270.5.camel@ool-44c32f98.dyn.optonline.net>



--- Avishay Traeger <atraeger@cs.sunysb.edu> 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 

  reply	other threads:[~2006-04-08  6:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-02  9:32 Overhead of Using a Stackable File System(Wrapfs) UZAIR LAKHANI
2006-04-02 18:07 ` Avishay Traeger
2006-04-08  6:48   ` UZAIR LAKHANI [this message]
2006-04-08 13:04     ` Avishay Traeger
2006-04-09  4:56       ` UZAIR LAKHANI
2006-04-03 16:27 ` Erez Zadok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060408064833.9579.qmail@web37905.mail.mud.yahoo.com \
    --to=uzairr_bs1b@yahoo.com \
    --cc=atraeger@cs.sunysb.edu \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.