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] CPU Scheduling concerns

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] CPU Scheduling concerns
From: Subhabrata Bhattacharya <xions.microcosm@xxxxxxxxxxxxxx>
Date: Thu, 15 Dec 2005 16:47:03 +0530
Delivery-date: Thu, 15 Dec 2005 11:19:08 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=e0viYQZ7kSlZF/zMhu2KmCYuNNqCPNI5RDO129V333+cYSCGsbsqX+x06mg3UeYvpEQxBpLxZa5KH/LIfnoYjkrmWEHMjF7S7LoJsT16iW2aqmThyzHY6e1k3Ho5e1Xx2FEB6ZcIKLkeS1c3NbC96FPzvjmc5mfd9dFaZPC83Ro=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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
Hi,

Is there a way by which I could find out what %age or weight of CPU a
particular domain is being alloted with?

For instance,
I have 3 domains up

# xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0      128     1 r-----   713.9
vtux01                             1       64     1 -b----   564.4
vtux02                             2       64     1 -b----   557.9
vtux03                             3       64     1 -b----   553.1

How do I find out what %age of CPU is being given to each of the domains?

Also,if I want to give these domains a CPU share like this dom0 :
vtux01: vtux02: vtux03 = 1:3:3:3, how do I accomplish this?

I have executed the following commands, but I am not sure if any
modification is required.

#xm sched-bvt 0 10 0 0 0 0
#xm sched-bvt 1 30 0 0 0 0
#xm sched-bvt 2 30 0 0 0 0
#xm sched-bvt 3 30 0 0 0 0

Please explain.
~$ubh

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] CPU Scheduling concerns, Subhabrata Bhattacharya <=