[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] Fix domain CPU time calculation to count all VCPU times correctly


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Josh Triplett <josht@xxxxxxxxxx>
  • Date: Mon, 08 Aug 2005 11:22:44 -0700
  • Delivery-date: Mon, 08 Aug 2005 18:21:10 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

Currently, the getdomaininfo function (used to fill in a
dom0_getdomaininfo_t for a domain) calculates a domain's total CPU time
from its VCPU times using the code:
        if ( v->cpu_time > cpu_time )
            cpu_time += v->cpu_time;
This causes a VCPU's time to only be counted if it is greater than the
current total; so if VCPU0 has 10 seconds and VCPU1 has 5, the total
will be 10, but if VCPU0 has 5 and VCPU10 has 10, the total will be 15.
Is there a reason for this behavior?  It seems more useful and intuitive
to always total the VCPU times to obtain the CPU time.

The attached patch removes the conditional, so that all VCPU times for a
domain are always totaled to obtain the CPU time for that domain.

Signed-off-by: Josh Triplett <josht@xxxxxxxxxx>

- Josh Triplett

Attachment: domain-cpu-time-fix.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.