| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-devel] New CPU scheduler w/ SMP load balancer
 
To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxxFrom: "Anand Gupta" <xen.mails@xxxxxxxxx>Date: Fri, 23 Jun 2006 15:19:02 +0530Cc: ack@xxxxxxxxxxxxxDelivery-date: Fri, 23 Jun 2006 02:49:23 -0700Domainkey-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:references;	b=XmY1ejQf826as20lAYOjwbtdylBTAhkGyzehJHoea+jVFQl56XlvDx7dxYiDwW/sR8ZWG7aXnwi7aVa8k80JfxaSmNY8c2BTE1/R/fNemdxNLlZY4c/YdovALl9UTJ3LY5WNJPg7TtbcUQGk3DUHNQHmNWKGg4BRzg0sGGo6TU4=List-id: Xen developer discussion <xen-devel.lists.xensource.com> On 5/26/06, Emmanuel Ackaouy <ack@xxxxxxxxxxxxx> wrote:
 
I have just committed a change to xen-unstable.hg which addssupport for a new Xen CPU scheduler, which should greatly
 enhance resource scheduling on SMP systems and provides better
 QoS controls.
 
 The new scheduler is not currently the default, so to enable
 it you will need to put "sched=credit" on the Xen command line.
 Please give it a go and provide us with some feedback as to how
 it performs with your workloads!
 Is the scheduler now default in the latest unstable ? How do i check which is the scheduler ?
 
 Once you are running with the new SMP credit scheduler, you willbe able to check and modify your domains' weights and caps using
 the "xm csched" command:
 
 xm csched -d <domain>                   lists weight and cap
 xm csched -d <domain> -w <weight>       sets the weight
 xm csched -d <domain> -c <cap>          sets the cap
 
I tried xm csched and it gave me errors:
 
 Error: Sub Command csched not found!
 
 However xm sched-credit does seem to work. Was this changed ?
 
 --
 regards,
 
 Anand Gupta
 _______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 |