process, load kernel images
|
- | (passes a 'Virt_mem_types.image0')
+ |
V
Find kernel symbols
|
- | (enhanced into a 'Virt_mem_types.image1')
+ |
V
Find kernel version (uname)
|
- | (enhanced into a 'Virt_mem_types.image2')
+ |
+ V
+
+ Find task_structs, net_devices, etc.
+
+ |
+ |
V
Call tool's "run" function.
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
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
----------------------------------------------------------------------