X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=README;h=83d4022ef5dca361d5f566455dc6926c18aae6ba;hp=6fbe3c19aab58bcbe36c486f5b07640f2fabeda9;hb=HEAD;hpb=b70c967911e197b74d6d7ad98e3df9240d82572f diff --git a/README b/README index 6fbe3c1..83d4022 100644 --- a/README +++ b/README @@ -10,6 +10,7 @@ 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 + virt-ifconfig 'ifconfig' command, shows network interfaces, addresses, etc. 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 @@ -21,6 +22,9 @@ 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. +THIS IS HIGHLY EXPERIMENTAL, ALPHA-QUALITY SOFTWARE. PLEASE READ THE FAQ: +http://et.redhat.com/~rjones/virt-mem/faq.html + Website ----------------------------------------------------------------------