Fix ordering of csv_mode and stream_mode in tuple.
[virt-top.git] / README
1 virt-top
2 ----------------------------------------------------------------------
3
4 Copyright (C) 2007-2011 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 Note that the minimum version of OCaml supported (since 1.0.5) is
21 OCaml 3.11.0.
22
23   ./configure           # Checks that you have all the required bits.
24
25   make all              # Builds the bytecode version of the program.
26   make opt              # Builds the native code version of the program.
27
28 Then have a look at the program 'virt-top/virt-top.opt'.