WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Interesting Result about Network Performance

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Interesting Result about Network Performance
From: "christie kumiko goto" <christie0123@xxxxxxxxx>
Date: Tue, 22 Jan 2008 08:21:00 +0900
Delivery-date: Mon, 21 Jan 2008 15:21:27 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=sN1xi8iIv/+vFvtgzJC5ncUtxcrsYneRkqBfEBimFbY=; b=UeMNROtkMhkSMK9iV3Fjr7xCGARhVvc8ts1v2Bhh70177A0e+MuoEVBdydXe+lrQJgiQptVdAYY/iyG/iMSDjnTLkGBFKXie2qVATg6u2o/T9qk+2iEs8qln/2mDuNMMuuPc9+bJSKrsyl6FqnELs5UfXXLqYgvedFOKsiXLXZY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=u3kIBoxw9baXsqwksvjp1oseg091Db5VcIfdrlKjPiDhSU0EKCX2tDiJ9jOSesL63fFQ/94U/naelO7p8xTZ9rofmF2OUDllemu8ZLAqFvFu6u4dRedYAA/9uaJwPNaDLj53MtSdP2x9OgwQDmeXKW9pcQvByoWbEmThfqFpJYE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hello, everyone!

I've gotten a very interesting result about HVM guest network performance.

As you know, network performance in HVM guests is not so good
(=0.83Mbps: when HVM guests are receiving packets).

However, if we send and receive packets simultaneously, receiving
performance significantly improves
(from 69.38 to 74.01Mbps).

Could you see the following test result?
I'm wondering the reason...
;)

---------------------------------
test
* machineA executes netperf to HVM guest dom(1-7).
*4 HVM guest dom(1-4) only receives the netperf packets.
*4 HVM guest dom(5-7) receives the netperf packets with sending ping.

machineA --- netperf benchmark(TCP) --> HVM guest dom1
machineA --- netperf benchmark(TCP) --> HVM guest dom2
machineA --- netperf benchmark(TCP) --> HVM guest dom3
machineA --- netperf benchmark(TCP) --> HVM guest dom4
machineA --- netperf benchmark(TCP) --> HVM guest dom5 -- ping --> machineB
machineA --- netperf benchmark(TCP) --> HVM guest dom6 -- ping --> machineB
machineA --- netperf benchmark(TCP) --> HVM guest dom7 -- ping --> machineB

->result:
  dom1. 0.83 Mbit/sec
  dom2. 2.23 Mbit/sec
  dom3. 2.33 Mbit/sec
  dom4. 5.43 Mbit/sec
  dom5. 69.38 Mbit/sec
  dom6. 34.17 Mbit/sec
  dom7. 74.01 Mbit/sec
--------------------------------

Network:GigabitEthernet
Host OS:Redhat5.1 Xen
Architecture:x86_84

HVM Guest OS:RedHat5.1
Architecture:x86_64

netperf Ver:2.4.2

netperf execute command:
# netperf -H "guest_dom_IP" -l 300

Hope to hear from you soon!

-Christi,
;)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Interesting Result about Network Performance, christie kumiko goto <=