On Thu, Jun 02, 2005 at 06:18:28PM +0200, Oliver Welter wrote: > Hi List, > > I read through the lists but wanst abel to find an answer... > > I have one maschine that is running up to five vservers. > > Now I want to achive that in times of heavy load the individual Servers > get a minimum percentage of CPU time. So for example I will force that > my very important Server A alwasy gets at least 50% CPU time when needed > while A to D need only 10%. > If Server A does not need so much CPU time, the other ones are allowed > to take as much as available.
this is called a minimum guarantee ... which isn't implemented yet, but theoretically you could work around that with an userspace deamon, dynamically adjusting the token buckets ... practically it's easier to use the prio scheduler to prioritize the guests ... HTH, Herbert > Is there any way to do this with the vserver-tools ? > I am running pre2.0 on Gentoo > > Oliver > -- > Diese Nachricht wurde digital unterschrieben > oliwel's public key: http://www.oliwel.de/oliwel.crt > Basiszertifikat: http://www.ldv.ei.tum.de/page72 > _______________________________________________ > Vserver mailing list > [email protected] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
