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-users

[Xen-users] Dropped packets from DomU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Dropped packets from DomU
From: "- Tethys" <tethys@xxxxxxxxx>
Date: Fri, 2 Feb 2007 12:37:53 +0000
Delivery-date: Fri, 02 Feb 2007 04:37:48 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gp/T4LjL1EhEp0t6GlkJTekhhoW5DXciH09D52T1MsJbA0AMQBbwaGgaok5fXEkWvXi19D/fkTgjkZRBQ3U0sTa3+1t7Q4eqILzBHyU3wIyT/N7QiUKOpqIyoYYpMnA5ruHS4zqOaGTy4IKuuFoq3pPVFGTTi8PmuPqD8+JIRLQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I'm having performance problems when accessing certain web sites from
a DomU machine. After a bit of digging, I noticed that mtr[1] was
showing packet loss at virtually every hop from the DomU machine, but
none when run on the Dom0 machine, tracing to the same destination. It
seems that they're being dropped as they hit the vifX.Y interface in
Dom0:

springfield:~# netstat -i
Kernel Interface table
Iface       MTU Met    RX-OK RX-ERR RX-DRP RX-OVR    TX-OK TX-ERR
TX-DRP TX-OVR Flg
eth0       1500   0   379875      0      0      0     2676      0
0      0 BMRU
eth1       1500   0 18152761      0      0      0 15507998     35
0      0 BMRU
lo        16436   0     1545      0      0      0     1545      0
0      0 LRU
peth0      1500   0 99293632      0      0      0 82455003      0
0      0 BORU
vif0.0     1500   0     2676      0      0      0   379875      0
0      0 BORU
vif2.0     1500   0  8167576      0      0      0 10080429      0
58      0 BORU
vif3.0     1500   0 78502165      0      0      0 91983028      0
316747      0 BORU
vif4.0     1500   0   674403      0      0      0  1192724      0
478      0 BORU
vif5.0     1500   0  4097341      0      0      0  6305952      0
884      0 BORU
xenbr0     1500   0   374121      0      0      0        0      0
0      0 BORU

vif3.0 is my busiest DomU, and as you can see, there are an abnormally
high number of dropped packets. Plotting a graph of them, they'r
ebeing dropped consistently over a long period of time, and aren't
confined to DomU startup, or any other abnormal conditions that I can
see.

Any ideas on what might be going on, and what I can do to fix it?

I'm using Xen-3.0.3 on amd64 Linux.

Thanks,

Tet

[1] http://www.bitwizard.nl/mtr/

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Dropped packets from DomU, - Tethys <=