qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Peter Cheung <mcheung63@hotmail.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] how to do performance monitor for single VM?
Date: Wed, 12 Jun 2013 09:39:19 +0200	[thread overview]
Message-ID: <20130612073919.GC946@stefanha-thinkpad.muc.redhat.com> (raw)
In-Reply-To: <BAY147-W88226A09800C65F510A93B5850@phx.gbl>

On Tue, Jun 11, 2013 at 06:06:34PM +0800, Peter Cheung wrote:
> Dear All    My name is Peter, i am working on a open source project called "Pandora". It is a new admin console for openstack. http://peter.kingofcoders.com/?p=663    How to do performance monitor for single VM? For public cloud billing system, i need to know information about CPU/memory/IO traction/Network bandwidth for that VM
> Thanksfrom Peter

OpenStack uses libvirt so you should take a look at the APIs available
there instead of accessing QEMU directly:

http://libvirt.org/html/libvirt-libvirt.html

If you want to quickly explore what information is available, try
running virt-manager(1) or virsh(1).  They can report guest/host CPU
utilization, memory usage, block I/O statistics, network I/O stats, etc.

For help with libvirt, see:

http://libvirt.org/contact.html

Stefan

      reply	other threads:[~2013-06-12  7:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11 10:06 [Qemu-devel] how to do performance monitor for single VM? Peter Cheung
2013-06-12  7:39 ` Stefan Hajnoczi [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=20130612073919.GC946@stefanha-thinkpad.muc.redhat.com \
    --to=stefanha@gmail.com \
    --cc=mcheung63@hotmail.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).