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.ja...
(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/