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] [PATCH] Displaying scheduler related information using x

To: "Daniel Stekloff" <dsteklof@xxxxxxxxxx>
Subject: Re: [Xen-users] [PATCH] Displaying scheduler related information using xm
From: "Subhabrata Bhattacharya" <xions.microcosm@xxxxxxxxxxxxxx>
Date: Tue, 14 Mar 2006 09:29:47 +0530
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 14 Mar 2006 04:00:55 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IllibWoQp9Dzw+OcNwxlXRLOADQfZQjENTszsO9L4gN5FDaKHp4MAAgAQrXaZE0ys+hfAnxMT+0LWiD/TrvZ2N+P9IK9KPy/RhDyR2RBd1vbXBpkZeDXTcDsJ5W3buchGoSK6rkVTiehY5cETfY78ICwp8FV7SDuuaIoc7rLFXU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1142268099.15818.5.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <484a4e240603122207x35f9a04egd8b5504b66c29ecb@xxxxxxxxxxxxxx> <1142268099.15818.5.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> If you're going to patch xm, could you please also update the man page
> and the documentation?

Yeah Sure.

Regards,
Subh

On 3/13/06, Daniel Stekloff <dsteklof@xxxxxxxxxx> wrote:
> On Mon, 2006-03-13 at 11:37 +0530, Subhabrata Bhattacharya wrote:
> > Hi All,
> >
> > The attached patch adds two simple scheduler related capabilities to
> > the xm tool.
> >
> > $ xm sched-info
> > ## Displays the name of the current scheduler (sedf/bvt)
> >
> > $ xm sched-param [domid]
> > ## If domid is supplied, then the scheduler parameters for the
> > corresponding domain is displayed, else scheduler parameters for all
> > the domains are displayed.
> >
> > Example:
> >
> > [root@tux06 ~]# xm sched-info
> > Domain Scheduler : bvt
> >
> > [root@tux06 ~]# xm sched-param
> >
> > Scheduler : bvt
> > ---------------
> > Domain  MCuAdv  WarpBack        WarpValue       WarpL           WarpU
> >  0              20           80                       99
> > 2000000          9000000
> > 88             20           80                       91
> > 2000000          9000000
> > 90             10             0                        0
> > 2000000000000000 1000000000000000
> >
> >
> > The above commands will aid an administrator in monitoring and
> > modifying scheduler related parameters for a pool of Xen virtual
> > machines.
> >
> > Please review and let me know your comments on this patch.
>
>
> If you're going to patch xm, could you please also update the man page
> and the documentation?
>
> Thanks,
> Dan
>
>

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

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