From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Fantu <fantonifabio@tiscali.it>
Cc: xen-devel@lists.xensource.com
Subject: Re: Dom0 cpu utilisation irregularly distributed
Date: Wed, 05 Oct 2011 13:41:52 -0700 [thread overview]
Message-ID: <4E8CC110.4010305@goop.org> (raw)
In-Reply-To: <1317824534750-4872878.post@n5.nabble.com>
On 10/05/2011 07:22 AM, Fantu wrote:
> On some production servers with dom0 kernel 2.6.32 pvops and xen 4.0 and
> domus mainly windows with gplpv I noticed a strange cpu usage by the dom0
> mainly with the use of a single cpu, for example this take from one server:
> xm vcpu-list
> Name ID VCPU CPU State Time(s) CPU
> Affinity
> ...
> Domain-0 0 0 3 -b- 1043377.5 any cpu
> Domain-0 0 1 2 r-- 122083.9 any cpu
> Domain-0 0 2 0 -b- 284636.1 any cpu
> Domain-0 0 3 1 -b- 80772.9 any cpu
> ...
> Note the increased utilisation on the vcpu 0
>
> Domus cpu utilisation apparently successfully distributed but the dom0 has
> always use more of its vcpu 0
> Is this correct or there are bugs on kernel and/or xen?
VCPU use is entirely up to the guest kernels. I suspect that cpu0 gets
heavier loading because there are a number of things which end up
running on cpu 0 by default, such as some kernel threads and interrupts.
You can try playing with interrupt migration on dom0 if you like.
But balanced CPU use isn't necessarily a good thing. The kernel will
generally avoid migrating processes between CPUs needlessly, so unless
you're actually starved for CPU time, I would expect some VCPUs to be
underused compared to others. It probably just means you've configured
dom0 with too many VCPUs.
J
prev parent reply other threads:[~2011-10-05 20:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-05 14:22 Dom0 cpu utilisation irregularly distributed Fantu
2011-10-05 20:41 ` Jeremy Fitzhardinge [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E8CC110.4010305@goop.org \
--to=jeremy@goop.org \
--cc=fantonifabio@tiscali.it \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.