Implement virt-uptime command.
[virt-tools.git] / INSTALL
1 virt-tools - virtual machine info and statistics
2 Copyright (C) Red Hat Inc. 2009
3 ----------------------------------------------------------------------
4
5
6 Requirements
7 ----------------------------------------------------------------------
8
9 In the host:
10
11   Perl 5
12
13   Perl modules:
14
15    - Net::SNMP
16
17    - Sys::Virt (Perl bindings for libvirt)
18
19    - Sys::Guestfs (part of libguestfs)
20
21   pod2man (usually part of Perl)
22
23   libvirt
24
25   libguestfs
26
27 In the guest, for Unix/Linux guests:
28
29   net-snmp (a portable SNMP server, nothing to do with Perl Net::SNMP)
30
31
32 Build and install
33 ----------------------------------------------------------------------
34
35 To build and install on a Unix/Linux system you would do:
36
37   ./configure
38   make
39
40 as root:
41
42   make install
43
44 Note that this installs everything (client scripts which should be run
45 on the host, and the service configuration which should be run in the
46 guest).