pierre.gentile@mpsa.com
2006-Jan-30 17:31 UTC
[Xen-users] How to get actual DOMU scheduling parameters ?
Hi list, I''m using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling parameters from my DOM0 domain. Sort opposite of the sched-sedf xm sub-command Can someone help me ? Pierre _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Diwaker Gupta
2006-Jan-30 17:47 UTC
Re: [Xen-users] How to get actual DOMU scheduling parameters ?
On 1/30/06, pierre.gentile@mpsa.com <pierre.gentile@mpsa.com> wrote:> I'm using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling > parameters from my DOM0 domain. > > Sort opposite of the sched-sedf xm sub-commandI'm attaching sedf.c -- it does exactly what you need. HTH, Diwaker -- Web/Blog/Gallery: http://floatingsun.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
pierre.gentile@mpsa.com
2006-Jan-31 09:16 UTC
Réf. : Re: [Xen-users] How to get actual DOMU scheduling parameters ?
Thank you very much, your code seems to work very well. Here are the results for me with the default settings: # ./sedf Domina#0: slice = 15000000, period = 20000000, extratime = 1, latency = 0, weight = 0 Domina#2: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#4: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#5: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#6: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Could this code be integrated in the next xen release ? (3.0.2 ?) Regards Pierre Diwaker Gupta <diwaker.lists@gmail.com> Envoyé par : xen-users-bounces@lists.xensource.com 30/01/2006 18:47 Pour "pierre.gentile@mpsa.com" <pierre.gentile@mpsa.com> cc xen-users@lists.xensource.com Objet Re: [Xen-users] How to get actual DOMU scheduling parameters ? On 1/30/06, pierre.gentile@mpsa.com <pierre.gentile@mpsa.com> wrote:> I''m using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling > parameters from my DOM0 domain. > > Sort opposite of the sched-sedf xm sub-commandI''m attaching sedf.c -- it does exactly what you need. HTH, Diwaker -- Web/Blog/Gallery: http://floatingsun.net [rattachement "sedf.c" supprimé par PIERRE GENTILE - J517564/users/PSA] _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
pierre.gentile@mpsa.com
2006-Jan-31 17:07 UTC
Réf. : Re: [Xen-users] How to get actual DOMU scheduling parameters ?
Thank you very much, your code seems to work very well. Here are the results for me with the default settings: # ./sedf Domina#0: slice = 15000000, period = 20000000, extratime = 1, latency = 0, weight = 0 Domina#2: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#4: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#5: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Domina#6: slice = 0, period = 100000000, extratime = 1, latency = 0, weight = 0 Regards I''m attaching sedf.c -- it does exactly what you need. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users