STORAGE-MERGE-DOTS(1p) | User Contributed Perl Documentation | STORAGE-MERGE-DOTS(1p) |
NAME¶
storage-merge-dots - merge dot files created by storage2dot, adding inter links if possible
VERSION¶
version 2.06
SYNOPSIS¶
storage-merge-dots [OPTIONS] DOTFILES...
Options: --vm VMNAME=HOSTNAME associate vmname and hostname --help|-h brief documentation --man full documentation
This program can be used to merge several DOT files created by storage2dot and produce (on stdout) a new DOT file with all the machine storage states. If DOT files contains a host and a virtual machine storage state, then they should be linked toguether in the generated DOT file.
OPTIONS¶
- --vm VMNAME=HOSTNAME
- Use this option (possibly several times) in order to associate the VMNAME virtual machine name on the host to the HOSTNAME hostname of the virtual machine. By default, this program considers both are the same.
AUTHOR¶
Vincent Danjean <Vincent.Danjean@ens-lyon.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2014-2023 by Vincent Danjean.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2024-05-23 | perl v5.38.2 |