qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] how to do performance monitor for single VM?
@ 2013-06-11 10:06 Peter Cheung
  2013-06-12  7:39 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Cheung @ 2013-06-11 10:06 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

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 		 	   		  

[-- Attachment #2: Type: text/html, Size: 699 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] how to do performance monitor for single VM?
  2013-06-11 10:06 [Qemu-devel] how to do performance monitor for single VM? Peter Cheung
@ 2013-06-12  7:39 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-06-12  7:39 UTC (permalink / raw)
  To: Peter Cheung; +Cc: qemu-devel@nongnu.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-12  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).