WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] CPU Usage Discrepancies

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] CPU Usage Discrepancies
From: "Pradeep Vincent" <pradeep.vincent@xxxxxxxxx>
Date: Tue, 6 Mar 2007 17:14:25 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 06 Mar 2007 17:13:31 -0800
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MtaFzv06RBQrhvjEd63Z8eKO2HGWy7sLoj1FgUYq0IkIjUqp3Wah+tbZ3k9kOxHhYSjpbhc1hFa7OvYpFqGFvAKNtRsacvwSSM52le7Tsz3Ld4bqi3JDM97kbehxX0gwLj2b/cGt1YKOhd3/bCMBEHMg/3cGaPPjVL/IDWaEdyA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wlso0v4o+V2bjcbqj45wzAwqjb7qmpy6JQlgOeuVL1evehqBPjWS0bnX6CZdb2VjfvFTUMeuCq95/CsCF8YNmCd8PVwY9YwKNEifTnt3x6oh7ai97NI2mGM7zTXCqC1Fb1uQQCp3lHNo9B+ziHnNb2a0G9L2fI0yq/cUK0vOUw0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9fda5f510703061711w2b8d0adfx374096393a61a57d@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <9fda5f510703021542s4c761f83wc83ffccccc2d3824@xxxxxxxxxxxxxx> <C210683D.3382%Keir.Fraser@xxxxxxxxxxxx> <9fda5f510703061711w2b8d0adfx374096393a61a57d@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
> Does your /proc/stat analysis include time spent in the kernel?

Yes.. it does..

- Pradeep Vincent

On 3/6/07, Pradeep Vincent <pradeep.vincent@xxxxxxxxx> wrote:
With a trivial workload like "ls -R /" I see as much as 30% diff and
with other workloads I see that xm reports twice what /proc/stat
reports. Sounds too high to me.

Linux counts all the nanosecs not accounted by the hypervisor towards
"stolen" or "blocked" as its own usage. This should include all the
time spent in the hypervisor in the context of a particular Vcpu - The
hypervisor counts nsecs as "stolen" or "blocked" only after the Vcpu's
state is changed (from running to something else)  So most part of the
hypervisor's CPU usage should be accounted for the same way by xm and
by /proc/stat on guests as they both use the same "stolen" and
"blocked" nsecs as accounted for and maintained by the hypervisor.

Like you said context switch overhead isn't accounted for accurately
but hypervisor's cpu usage accounting suffers from the same problem
and to the same extent. Even if this isn't the case,  context switch
cpu usage can't account for this big a difference.

- Pradeep Vincent

On 3/4/07, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote:
> Does your /proc/stat analysis include time spent in the kernel?
>
> Another possibility here is that, if your guest blocks a lot, you will see
> that Linux counts the guest as 'running' for less of the context-switch path
> than Xen does. This will cause Linux's estimate of time used to be less than
> Xen's. There's not much to be done about that: in general Xen has more
> knowledge of what is actually going on, including precisely when a switch of
> control happens, and the numbers from xentop will be more accurate than
> numbers generated by the guest itself (particularly with frequently-blocking
> workloads). Although it depends on what you're interested in measuring -- if
> you care about the amount of time spent doing useful application work (as
> opposed to context switching) then you might be more interested in the Linux
> stats because Xen will include more time spent in the Linux and Xen context
> switch paths.
>
>  -- Keir
>
> On 2/3/07 23:42, "Pradeep Vincent" <pradeep.vincent@xxxxxxxxx> wrote:
>
> > I see serious discrepancies between Cpu usage as reported by /proc/stat on
> > Xen3
> > virts and Cpu usage as reported by the hypervisor via "xm" tool
> > (cpu_time). The problem exists on Intel and AMD platforms - 1 Vcpu and
> > multiple Vcpu slots - 1 Physical CPU and multiple Physical CPU hosts.
> >
> > The skew is pronounced with workloads that "sleep-wake-sleep-wake" at
> > a high frequency while workloads that hog the CPU don't exhibit this
> > problem as much.
> >
> > Anybody seen this ? Any insights ?
> >
> > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=882 has all the
> > details.
> >
> > - Pradeep Vincent
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-devel
>
>
>


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

<Prev in Thread] Current Thread [Next in Thread>