Initial release.
[virt-similarity.git] / virt-similarity.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 virt-similarity - Find clusters of similar/cloned virtual machines
6
7 =head1 SYNOPSIS
8
9
10
11 =head1 DESCRIPTION
12
13 Virt-similiarity is a tool for doing cluster analysis of groups of
14 virtual machines.  It can automatically detect machines which have
15 been cloned from each other.  It can produce a "cladogram" showing the
16 "family history" of each guest, or you can use it to create the most
17 efficient tree of backing files which will use the least disk space.
18
19
20
21
22
23 =head1 FILES
24
25
26
27 =head1 ENVIRONMENT VARIABLES
28
29
30
31 =head1 SEE ALSO
32
33
34
35 =head1 AUTHOR
36
37 Richard W.M. Jones L<http://people.redhat.com/~rjones/>
38
39 =head1 COPYRIGHT
40
41 Copyright (C) 2013 Red Hat Inc.
42
43 This program is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
45 the Free Software Foundation; either version 2 of the License, or
46 (at your option) any later version.
47
48 This program is distributed in the hope that it will be useful,
49 but WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51 GNU General Public License for more details.
52
53 You should have received a copy of the GNU General Public License
54 along with this program; if not, write to the Free Software
55 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.