[libvirt] Investigate VM via Libvirt API

Hi All, I am Java developer that want to start working with Libvirt API. My first target is to investigate Host + all his instances. (CPU,Storage,Network,State,Name..etc.) Can some one give me good code example or article for that purpose. I prefer to use Java , but , python is also good for this target Thanks Yaniv Hadad Servers & Network Group, IBM R&D Labs in Israel Software Devloper yanivh@il.ibm.com, +972-4-829-65947 Fax: +972-4-829-6111, Cell: +972-50-4078908

On Thu, Jun 20, 2013 at 01:42:06PM +0300, Yaniv Hadad wrote:
Hi All,
I am Java developer that want to start working with Libvirt API. My first target is to investigate Host + all his instances. (CPU,Storage,Network,State,Name..etc.) Can some one give me good code example or article for that purpose.
I prefer to use Java , but , python is also good for this target
The Java API works the same as the C API. Here is an example program in Java: http://libvirt.org/git/?p=libvirt-java.git;a=blob;f=src/test/java/test.java;... (Look for conn.listDefinedDomains etc) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/

Thanks Richard for this example. Do you know hoe can I investigate the storage \ space allocation for single instance ? Yaniv Yaniv Hadad Servers & Network Group, IBM R&D Labs in Israel Software Devloper yanivh@il.ibm.com, +972-4-829-65947 Fax: +972-4-829-6111, Cell: +972-50-4078908 From: "Richard W.M. Jones" <rjones@redhat.com> To: Yaniv Hadad/Haifa/IBM@IBMIL, Cc: libvir-list@redhat.com Date: 21/06/2013 05:39 PM Subject: Re: [libvirt] Investigate VM via Libvirt API On Thu, Jun 20, 2013 at 01:42:06PM +0300, Yaniv Hadad wrote:
Hi All,
I am Java developer that want to start working with Libvirt API. My first target is to investigate Host + all his instances. (CPU,Storage,Network,State,Name..etc.) Can some one give me good code example or article for that purpose.
I prefer to use Java , but , python is also good for this target
The Java API works the same as the C API. Here is an example program in Java: http://libvirt.org/git/?p=libvirt-java.git;a=blob;f=src/test/java/test.java;... (Look for conn.listDefinedDomains etc) Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/
participants (2)
-
Richard W.M. Jones
-
Yaniv Hadad