virt-mem tools Copyright (C) 2008 Red Hat Inc. ---------------------------------------------------------------------- These are a collection of monitoring and management tools for virtual machines. Commands we support at the moment include: virt-uname 'uname' command, shows OS version, architecture, etc. virt-dmesg 'dmesg' command, shows kernel messages virt-ps 'ps' command, shows process list The general idea is that they allow you to monitor virtual machines without needing to log in to the machine itself or install any extra software inside the virtual machine. At the moment we only support virtual machines running Linux kernel >= 2.6, but we expect to support other operating systems in the future. The commands use libvirt to access the underlying virtualization system, so we support a variety of different systems such as Xen, QEMU and KVM, and more can be added just by adding support to libvirt. Website ---------------------------------------------------------------------- http://et.redhat.com/~rjones/virt-mem/ We supply the latest source and binaries at the above site. Building from source ---------------------------------------------------------------------- Run ./configure and look at the output for any missing packages. Then: make Then run the virt-mem meta-tool, for example: ./mem/virt-mem.opt dmesg (If this binary is linked with the name 'virt-dmesg' then it behaves in the same way). To install the binaries, man pages and message catalogs, do this as root: make install