Page 1 of 1

Scheduling in virtualbox ??

Posted: 12. Jul 2010, 03:54
by emutyusuf
Hi All,

Is It Possible usin schedule to running host machine in virtual box ?

Thank You

Yusuf

Re: Scheduling in virtualbox ??

Posted: 12. Jul 2010, 07:57
by gaga
Didn't get your question. You want to run one virtual machine inside another? Or you just want to run virtual machine on phisical one from some scheduling program. Anyway to run virtual machine non-interactively you can use

Code: Select all

VBoxManage startvm          <uuid>|<name>
                                             [--type gui|sdl|vrdp|headless]
See VBoxManage --help for details.

Re: Scheduling in virtualbox ??

Posted: 13. Jul 2010, 03:36
by emutyusuf
Gaga, Thank You Very Much..! it's works now..!

Re: Scheduling in virtualbox ??

Posted: 6. Apr 2011, 16:46
by pankaj
Can someone please tell me which scheduling algorithm is used by virtual box to run VMs?

And is there any way to control the scheduling parameters to control the amount of cpu that a VM is able to get?

Re: Scheduling in virtualbox ??

Posted: 6. Apr 2011, 19:40
by Perryg
Have you looked in your VirtualBox users manual? cpu throttling is explained there.