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] sched-sedf with multiple cpu's

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] sched-sedf with multiple cpu's
From: Efraim <efraimg@xxxxxxxxx>
Date: Sat, 8 Jul 2006 03:30:13 +0200
Delivery-date: Fri, 07 Jul 2006 18:30:51 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=P3Pi94xEHPVhk161+eIZqr1W77twLr6VSNtFOtr5o21nvq6af7iB334kFIKLXPT8e/2LFVYv1Owzjf7FbzFsVYSke05MPCridUzONqsS77mSYsIhwqdd3KCwmf5Xm876ugQtDJwSJZWI1+FAeBMBx15Ivk47gnBA/hfUmDzkzjo=
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
Hello,
I have two questions about cpu scheduler with Xen.
I'm running xen 3.0.2 in a server with 4 amd 64 bit cpu's.
I have several virtual servers in it and I'm using sedf scheduler.
 
The first question is what is the exact meaning of Period(ms) and Slice(ms) and how can I calculate it for my processors.
 
Second question is how can I put different weights per processor? I have running 1 virtual server in 1 processor, the second in two processors and two others in 1 single processor.
You can see the details.
 
# xm sched-sedf
Name                              ID Period(ms) Slice(ms) Lat(ms) Extra Weight
Domain-0                           0      20.0      15.0     0.0      1      0
xm5                                5     100.0       0.0     0.0      1      0
xm6                                6     100.0       0.0     0.0      1      0
xm4                                4     100.0       0.0     0.0      1      0
xm3                                3     100.0       0.0     0.0      1      0
# xm list
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0     2631     1 r-----   627.4
xm5                                5     1000     1 -b----   152.3
xm6                                6     1000     1 ------     5.8
xm4                                4     1000     1 -b----  1419.8
xm3                                3     2000     2 -b----    65.1
 
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] sched-sedf with multiple cpu's, Efraim <=