9fans archive / 2008 / 04 / 311 /    prev next

From: "Eric Van Hensbergen" <ericvh@gma...>
Subject: Re: [9fans] new lguest port available
Date: Wed, 23 Apr 2008 19:11:49 -0500

On Wed, Apr 23, 2008 at 6:22 PM, erik quanstrom <quanstro@qua...> wrote:
> > Disk IO is not great, net IO seems pretty good. I don't have a stable
>  > timebase on lguest, evidently, or I would run netpipe to test.
>
>  just put it up on a tee: why not use aoe?
>

The problems of disk I/O are largely a focus issue -- all this stuff
is pretty new and they focused on the network mechanisms first because
those were the ones where the competition has published the most
compelling benchmarks.  The disk stuff will get tuned out and will
likely outperform network for I/O.  As an example, 9P directly over
virtio beats NFS/TCP/virtio-net by 70% without cacheing or
optimization in 9P (which is usually the opposite case on
unvirtualized hardware due to cacheing and what not).

       -eric