xen-list-image [options] Help Options: --help Show this scripts help information. --manual Read this scripts manual. --version Show the version number and exit. Testing options: --test Specify an alternate Xen configuration directory.
xen-list-images is a simple script which will display all the Xen images which have been created. This works by iterating over all files matching the pattern /etc/xen/*.cfg which is what the xen-create-image script would create. For each instance which has been created we'll display the name, and then either the IP address configured, or "DHCP" to denote a dynamic host.
It should be possible to determine the disk(s) used by the images, and then display their sizes.
Steve -- http://www.steve.org.uk/
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.