All of lore.kernel.org
 help / color / mirror / Atom feed
* Poor network performance in domU in unstable
@ 2005-04-26 20:29 Jacob Gorm Hansen
  2005-04-26 20:36 ` Steven Hand
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-26 20:29 UTC (permalink / raw)
  To: xen-devel

hi,

with unstable as of April 21st, I am getting fairly bad networking 
performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
link, where dom0 gets around 700Mbits/s.

This is with a non-debug build of Xen, with a bridged setup created with 
vmtools, and both with and without use of grant tables.

If I run Xen with hyperthreading enabled, the figure improves somewhat, 
to 165Mbits/s in domU.

Is anyone else seeing the same behaviour with unstable? Is there some 
magic switch I need to flip (that perhaps vmtools does not know about) 
to prevent domain I/O being throttled by Xen?

thanks,
Jacob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:29 Poor network performance in domU in unstable Jacob Gorm Hansen
@ 2005-04-26 20:36 ` Steven Hand
  2005-04-26 20:44   ` Jacob Gorm Hansen
  2005-04-26 20:37 ` Nivedita Singhvi
  2005-04-26 23:07 ` Jacob Gorm Hansen
  2 siblings, 1 reply; 8+ messages in thread
From: Steven Hand @ 2005-04-26 20:36 UTC (permalink / raw)
  To: Jacob Gorm Hansen; +Cc: xen-devel, Steven.Hand


>with unstable as of April 21st, I am getting fairly bad networking 
>performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
>link, where dom0 gets around 700Mbits/s.

Is this vanilla Xen/XenLinux or have you any local changes?

Always worth upgrading to latest unstable in any case; binary chop
on csets can help narrow things down. 

cheers,

S.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:29 Poor network performance in domU in unstable Jacob Gorm Hansen
  2005-04-26 20:36 ` Steven Hand
@ 2005-04-26 20:37 ` Nivedita Singhvi
  2005-04-26 20:46   ` Jacob Gorm Hansen
  2005-04-26 23:07 ` Jacob Gorm Hansen
  2 siblings, 1 reply; 8+ messages in thread
From: Nivedita Singhvi @ 2005-04-26 20:37 UTC (permalink / raw)
  To: Jacob Gorm Hansen; +Cc: xen-devel

Jacob Gorm Hansen wrote:
> hi,
> 
> with unstable as of April 21st, I am getting fairly bad networking 
> performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
> link, where dom0 gets around 700Mbits/s.

Hi Jacob,

What were you getting on domU earlier to April 21st? You seemed
to be implying 4/21 build changed something? Was it better before?

thanks,
Nivedita

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:36 ` Steven Hand
@ 2005-04-26 20:44   ` Jacob Gorm Hansen
  2005-04-26 21:13     ` Andrew Theurer
  0 siblings, 1 reply; 8+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-26 20:44 UTC (permalink / raw)
  To: Steven Hand; +Cc: xen-devel

Steven Hand wrote:
>>with unstable as of April 21st, I am getting fairly bad networking 
>>performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
>>link, where dom0 gets around 700Mbits/s.
> 
> 
> Is this vanilla Xen/XenLinux or have you any local changes?

This is the vanilla versions, except using vmtools instead of xend. I 
will try this with xend and report back to see if that helps anything.

 > Always worth upgrading to latest unstable in any case; binary chop
 > on csets can help narrow things down.

Yes, unfortunately the latest unstable crashes dom0 on domain creation 
(as described by me and others on the list), which is why I picked at 
random semi-recent version instead.

Jacob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:37 ` Nivedita Singhvi
@ 2005-04-26 20:46   ` Jacob Gorm Hansen
  0 siblings, 0 replies; 8+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-26 20:46 UTC (permalink / raw)
  To: Nivedita Singhvi; +Cc: xen-devel

Nivedita Singhvi wrote:
> Jacob Gorm Hansen wrote:
> 
>> hi,
>>
>> with unstable as of April 21st, I am getting fairly bad networking 
>> performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
>> link, where dom0 gets around 700Mbits/s.
> 
> 
> Hi Jacob,
> 
> What were you getting on domU earlier to April 21st? You seemed
> to be implying 4/21 build changed something? Was it better before?

Hi,

I am not sure, as before I did not test against a vanilla Xen, but I 
think the problem was also present in the ~1 month old unstable I was 
using before.

Jacob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:44   ` Jacob Gorm Hansen
@ 2005-04-26 21:13     ` Andrew Theurer
  2005-04-26 22:49       ` Jacob Gorm Hansen
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Theurer @ 2005-04-26 21:13 UTC (permalink / raw)
  To: Jacob Gorm Hansen; +Cc: xen-devel, Steven Hand

Jacob Gorm Hansen wrote:

> Steven Hand wrote:
>
>>> with unstable as of April 21st, I am getting fairly bad networking 
>>> performance in my domUs, e.g 125Mbits/s TCP with iPerf over a 
>>> gigabit link, where dom0 gets around 700Mbits/s.
>>
>>
>>
>> Is this vanilla Xen/XenLinux or have you any local changes?
>
>
> This is the vanilla versions, except using vmtools instead of xend. I 
> will try this with xend and report back to see if that helps anything.

I am actually seeing the same thing, about 215 Mbit on domU using NAT.  
I don't beleive I saw this before April 21st as well.

>
> > Always worth upgrading to latest unstable in any case; binary chop
> > on csets can help narrow things down.
>
> Yes, unfortunately the latest unstable crashes dom0 on domain creation 
> (as described by me and others on the list), which is why I picked at 
> random semi-recent version instead.

Domain creation has crashed for me since 1.1367, and recent builds wont 
fully boot dom0 for me.

-Andrew

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 21:13     ` Andrew Theurer
@ 2005-04-26 22:49       ` Jacob Gorm Hansen
  0 siblings, 0 replies; 8+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-26 22:49 UTC (permalink / raw)
  To: Andrew Theurer; +Cc: xen-devel

Andrew Theurer wrote:
> Jacob Gorm Hansen wrote:

> Domain creation has crashed for me since 1.1367, and recent builds wont 
> fully boot dom0 for me.

Btw. I just noticed that if xcs is not running, vmtools' vm-create will 
take down Xen (not just dom0).

Jacob

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Poor network performance in domU in unstable
  2005-04-26 20:29 Poor network performance in domU in unstable Jacob Gorm Hansen
  2005-04-26 20:36 ` Steven Hand
  2005-04-26 20:37 ` Nivedita Singhvi
@ 2005-04-26 23:07 ` Jacob Gorm Hansen
  2 siblings, 0 replies; 8+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-26 23:07 UTC (permalink / raw)
  To: Jacob Gorm Hansen; +Cc: xen-devel

Jacob Gorm Hansen wrote:
> hi,
> 
> with unstable as of April 21st, I am getting fairly bad networking 
> performance in my domUs, e.g 125Mbits/s TCP with iPerf over a gigabit 
> link, where dom0 gets around 700Mbits/s.
> 
> This is with a non-debug build of Xen, with a bridged setup created with 
> vmtools, and both with and without use of grant tables.
> 
> If I run Xen with hyperthreading enabled, the figure improves somewhat, 
> to 165Mbits/s in domU.
> 
> Is anyone else seeing the same behaviour with unstable? Is there some 
> magic switch I need to flip (that perhaps vmtools does not know about) 
> to prevent domain I/O being throttled by Xen?

This seems to have been a configuration issue, as instead of migrating 
my old .config files using the arch/xen/config/* files got domU back to 
normal performance.

Thanks,
Jacob

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-04-26 23:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-26 20:29 Poor network performance in domU in unstable Jacob Gorm Hansen
2005-04-26 20:36 ` Steven Hand
2005-04-26 20:44   ` Jacob Gorm Hansen
2005-04-26 21:13     ` Andrew Theurer
2005-04-26 22:49       ` Jacob Gorm Hansen
2005-04-26 20:37 ` Nivedita Singhvi
2005-04-26 20:46   ` Jacob Gorm Hansen
2005-04-26 23:07 ` Jacob Gorm Hansen

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.