From: Avi Kivity <avi@redhat.com>
To: Chegu Vinod <chegu_vinod@hp.com>
Cc: kvm@vger.kernel.org
Subject: Re: How to determine the backing host physical memory for a given guest ?
Date: Wed, 09 May 2012 16:46:21 +0300 [thread overview]
Message-ID: <4FAA752D.9020905@redhat.com> (raw)
In-Reply-To: <loom.20120509T134759-734@post.gmane.org>
On 05/09/2012 04:05 PM, Chegu Vinod wrote:
> Hello,
>
> On an 8 socket Westmere host I am attempting to run a single guest and
> characterize the virtualization overhead for a system intensive
> workload (AIM7-high_systime) as the size of the guest scales (10way/64G,
> 20way/128G, ... 80way/512G).
>
> To do some comparisons between the native vs. guest runs. I have
> been using "numactl" to control the cpu node & memory node bindings for
> the qemu instance. For larger guest sizes I end up binding across multiple
> localities. for e.g. a 40 way guest :
>
> numactl --cpunodebind=0,1,2,3 --membind=0,1,2,3 \
> qemu-system-x86_64 -smp 40 -m 262144 \
> <....>
>
> I understand that actual mappings from a guest virtual address to host physical
> address could change.
>
> Is there a way to determine [at a given instant] which host's NUMA node is
> providing the backing physical memory for the active guest's kernel and
> also for the the apps actively running in the guest ?
>
> Guessing that there is a better way (some tool available?) than just
> diff'ng the per node memory usage...from the before and after output of
> "numactl --hardware" on the host.
>
Not sure if that's what you want, but there's Documentation/vm/pagemap.txt.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2012-05-09 13:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-09 13:05 How to determine the backing host physical memory for a given guest ? Chegu Vinod
2012-05-09 13:46 ` Avi Kivity [this message]
2012-05-10 1:23 ` Chegu Vinod
2012-05-10 15:34 ` Andrew Theurer
2012-05-11 1:22 ` Chegu Vinod
2012-05-12 2:50 ` Chegu Vinod
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=4FAA752D.9020905@redhat.com \
--to=avi@redhat.com \
--cc=chegu_vinod@hp.com \
--cc=kvm@vger.kernel.org \
/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.