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

Re: [Xen-users] CPU intensive VM starves IO intensive VMs

To: "Tim Wood" <twwood@xxxxxxxxx>
Subject: Re: [Xen-users] CPU intensive VM starves IO intensive VMs
From: "Diwaker Gupta" <diwaker.lists@xxxxxxxxx>
Date: Fri, 1 Sep 2006 17:00:04 -0700
Cc: "Apparao, Padmashree K" <padmashree.k.apparao@xxxxxxxxx>, Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 01 Sep 2006 17:00:48 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZNxraeWGFHvPX8byoAA8dd7XT6N9FERZoOJKcUehv2Sq3jAi82Hyt4UeNtfPhrUC9wTDmX/ZY+K2A3WJ8eyTjqZW+iMn/wASNVhte/rU1nd7rkYm9RrObqyERlqTUHXN+N9vMt0ieZ22SZDL64kwoEShJABbkE8HyX4jpF/uNBw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9c92ada10608300834s673f2477ocd14bd4a998f08c7@xxxxxxxxxxxxxx>
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>
References: <B5677069E3D9994D9EE1C7295072EA960AE9AFAA@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <9c92ada10608300834s673f2477ocd14bd4a998f08c7@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 8/30/06, Tim Wood <twwood@xxxxxxxxx> wrote:
> On 8/29/06, Apparao, Padmashree K <padmashree.k.apparao@xxxxxxxxx> wrote:
> What are the number of vcpus so for each VM and what physical cpus are
> the VMs on.  I have run similar tests and seen different results from
> what you see.

For these experiments I am working on a single CPU machine. Having
more cpus would be nice, but I'm assuming setting the sedf CPU weights
should be sufficient for preventing any VM or Dom0 from being starved.

Single CPU machines are typically bad for such experiments. In Xen,
the execution of any I/O intensive domain gets coupled with the
execution of Domain-0 (since any traffic necessarily needs to go
through Domain-0 first). This coupling makes scheduling inefficient,
affecting the performance.

If you have a single processor P4, try enabling HT and putting Dom-0
on a thread by itself. If you can get your hands on an SMP, that would
be the best.

HTH,
Diwaker
--
Web/Blog/Gallery: http://floatingsun.net/blog

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

<Prev in Thread] Current Thread [Next in Thread>