Richard Jones at Emerging Technologies, Red Hat

Projects

virt-top virt-top running top-like utility for showing stats of virtualized domains. Many keys and command line options are the same as for ordinary top. It uses libvirt so it capable of showing stats across a variety of different virtualization systems.
virt-df df for virtual guests. Run this on the host / dom0 to find out how much disk space is used and available on all partitions of all the guests.
# virt-df -c qemu:///system -h
Filesystem                             Size       Used  Available Type
rhel51x32kvm:hda1                  96.8 MiB   14.6 MiB   82.2 MiB Linux ext2/3
rhel51x32kvm:VolGroup00/LogVol00    6.4 GiB    3.6 GiB    2.8 GiB Linux ext2/3
rhel51x32kvm:VolGroup00/LogVol01  992.0 MiB                       Linux swap
virt-p2v virt-p2v running Virt-p2v can migrate physical machines to virtual guests (P2V), virtual guests to virtual guests (V2V) and virtual guests back to physical machines (V2P). Amongst other features it lets you resize partitions, install paravirt drivers and change how the virtual hardware is configured after migration.
virt-mem Virt-mem are tools for monitoring virtual guest load, kernel messages, process lists and so on without needing to log in to the guest itself. Offers familiar commands like virt-dmesg, virt-ps, virt-uname etc. No software needs to be installed in the guest.
ocaml-libvirt OCaml is an advanced programming language with performance similar to C. Now you have the complete libvirt API available in OCaml programs and scripts. These bindings are better and safer than the original C bindings in that you have all the performance of C, greatly increased compile-time safety, and extremely compact code.
virt-ctrl virt-ctrl running Virt-ctrl is a graphical management app for virtual machines, modelled after Virtual Machine Manager. However it consumes far fewer system resources (about one tenth of the memory & CPU) and starts up instantly.

(NB. this is not virt manager and lacks some important features such as being able to install new guests).

News


rjones AT redhat DOT com

$Id: index.html,v 1.24 2008/06/03 22:49:46 rjones Exp $