Update manpage with --version option.
[virt-top.git] / README
1 virt-top
2 ----------------------------------------------------------------------
3
4 Copyright (C) 2007-2008 Richard W.M. Jones, Red Hat Inc.
5 http://et.redhat.com/~rjones/virt-top/
6 http://libvirt.org/ocaml/
7 http://libvirt.org/
8
9 virt-top is a top-like utility for showing stats of virtualized
10 domains. Many keys and command line options are the same as for
11 ordinary top.
12
13 It uses libvirt so it capable of showing stats across a variety of
14 different virtualization systems.
15
16
17 Building
18 ----------------------------------------------------------------------
19
20   ./configure           # Checks that you have all the required bits.
21
22   make all              # Builds the bytecode version of the program.
23   make opt              # Builds the native code version of the program.
24
25 Then have a look at the program 'virt-top/virt-top.opt'.