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] IO performance depends on number of DomU's?

Subject: Re: [Xen-users] IO performance depends on number of DomU's?
From: "Olivier B." <xen.list@xxxxxxxxx>
Date: Tue, 28 Apr 2009 15:36:26 +0200
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 28 Apr 2009 06:37:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0904280631u6d5a1affsd5fa0a41a4788a1a@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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <49F6FFF8.2090907@xxxxxxxxx> <C1EAC9C5E752D24C968FF091D446D8233625CD@ALTERNATEREALIT> <7207d96f0904280631u6d5a1affsd5fa0a41a4788a1a@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)
Hi,

is it always usefull if irqbalance is installed on Dom0 ?
Or maybe irqbalance is not usefull at all with Xen ?

Olivier

Fajar A. Nugraha a écrit :
On Tue, Apr 28, 2009 at 8:22 PM, Robert Dunkley <Robert@xxxxxxxxx> wrote:
Is it possible to dedicate one of the CPUs to Dom0 exclusively?

Yes.
Add this to the kernel boot line: dom0_max_vcpus=1
Edit /etc/xen/xend-config.sxp  -  set “(dom0-cpus 1)”
Reboot Dom0

Some additional info :
- you might also want this line on kernel boot line :dom0_vcpus_pin.
This would ensure that dom0's vcpu 0 (the active one if it only uses
one vcpu) is assigned on physical cpu 0 (or core 0 on multicore
system).
- those steps does not actually dedicate one CPU to dom0 exclusively.
What it does is it LIMITS dom0 to only use one CPU. To assign it
exclusively, you also need to tell domUs to NOT use that particular
CPU. Something like 'cpus="1-7"' (for 8-core system) on domU config
would tell it to NOT use core 0.However since current xen scheduler is
smart enough to assign cpu dynamically you might see the same result
with only the above config if your system load is low enough.
- to achive the same effect on your current session only without the
need to reboot:
xm vcpu-set 0 1
xm vcpu-pin 0 0 0

Regards,

Fajar

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


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

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