From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Brakkee Subject: network performance between host and guest... Date: Fri, 17 Dec 2010 23:29:02 +0100 Message-ID: <4D0BE42E.6010309@brakkee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm Return-path: Received: from cpsmtp-fia03.kpnxchange.com ([195.121.247.6]:3577 "EHLO cpsmtp-fia03.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755796Ab0LQW27 (ORCPT ); Fri, 17 Dec 2010 17:28:59 -0500 Received: from [192.168.2.31] (pelican.lan [192.168.2.31]) by brakkee.org (Postfix) with ESMTP id 56CB0677C7 for ; Fri, 17 Dec 2010 23:28:57 +0100 (CET) Sender: kvm-owner@vger.kernel.org List-ID: 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:
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