Dear all

I am modifying credit scheduler and I want to give credit to each vcpu
based on cpu time which its domain has consumed.
Suppose:
credit_fair =((credit_total*sdom->weight)+(weight_total-1))/weight_total

I want to multiply something to this formula according to the domain cpu
usage. Thus I need to somehow find out cpu time for each domain.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to