On Xen it is easy as we have CreditScheduler [1], so on a machine with each guest OS sharing only portion of CPU, e.g. 6 guests running on top of a dual core CPU, excessive CPU usage is prohibited.
How to do the same thing on KVM?
|
On Xen it is easy as we have How to do the same thing on KVM? |
|||
|
|
|
KVM doesn't include any such mechanism. However, since each virtual machine is simply a process on the host, they can be managed with standard process utilities such as |
|||
|
|