virsh vcpu_period and vcpu_quota
Posted
by
Programster
on Server Fault
See other posts from Server Fault
or by Programster
Published on 2014-05-31T23:46:04Z
Indexed on
2014/06/01
3:28 UTC
Read the original article
Hit count: 1137
I have been looking into ways to divide my CPU amongst KVM guests other than by just setting vCPU access limits. I understand the concept of cpu_shares which can be set/displayed with virsh schedinfo
, but I also found vcpu_period
and vcpu_quota
listed with this command as shown below:
Looking at the man page, I know what the acceptable input values are but could somebody please explain in simple terms what these two parameters actually do?
© Server Fault or respective owner