[Fedora-xen] Re: [Libvir] ANNOUNCE: Virt-top - a top-like utility for displaying virtualization stats

Tom Horsley tom.horsley at att.net
Mon Aug 6 23:18:35 UTC 2007


On Mon, 6 Aug 2007 22:31:24 +0100
"Daniel P. Berrange" <berrange at redhat.com> wrote:

> If the time delta between your gettimeofday() calls does not exactly 
> match the time delta between your virDomainGetInfo() calls, and the 
> domain you're measuring is very active then you can end up calcuating 
> > 100% occassionally. Not by much - typically < 1% over, but I don't  
> really see any way around it.

Shucks, it is easy to work around:

   if (percentcpu > 100) percentcpu = 100;

:-).




More information about the Fedora-xen mailing list