From: Erik Brakkee <erik@brakkee.org>
To: kvm <kvm@vger.kernel.org>
Subject: network performance between host and guest...
Date: Fri, 17 Dec 2010 23:29:02 +0100 [thread overview]
Message-ID: <4D0BE42E.6010309@brakkee.org> (raw)
Hi,
For a backup of data from a VM to a USB mounted disk I want to
circumvent the USB 1.1 limitations on the guest and instead copy the
data over to the host using scp/ssh. I have setup a network using virtio
and NAT like this:
<interface type='network'>
<mac address='52:54:00:6b:0d:36'/>
<source network='default'/>
<target dev='vnet1'/>
<model type='virtio'/>
<alias name='net1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</interface>
When I now create a 1GB file using dd and copy it over from the guest to
the host, I am seeing a performance between 25-30 MB/s.
My question is if this is normal because I have seen others on the
internet achieve far greater speeds.
In any case the speeds are comparable to current USB 2.0 speeds but I
intend on using USB 3.0 so would like to get a little bit more out of it.
What would I use to speed this up a bit futher?
Cheers
Erik
next reply other threads:[~2010-12-17 22:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-17 22:29 Erik Brakkee [this message]
2010-12-17 23:57 ` network performance between host and guest Brian Jackson
2010-12-18 23:03 ` Erik Brakkee
2010-12-19 18:39 ` network performance between host and guest/iscsi to the rescue Erik Brakkee
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=4D0BE42E.6010309@brakkee.org \
--to=erik@brakkee.org \
--cc=kvm@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.