src: Include <libxml/parser.h>
[virt-top.git] / README
1 virt-top
2 ----------------------------------------------------------------------
3
4 Copyright (C) 2007-2021 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 Requirements
18 ----------------------------------------------------------------------
19
20 OCaml >= 3.11.0
21 ocaml-libvirt >= 0.6.1.1 (for virDomainGetCPUStats support)
22 OCaml curses
23 libxml2
24
25 Optional:
26 OCaml gettext
27 OCaml Calendar, version 2 is preferred
28 perldoc
29 msgfmt
30
31
32 Building
33 ----------------------------------------------------------------------
34
35   ./configure           # Checks that you have all the required bits.
36
37   make all              # Builds the bytecode version of the program.
38   make opt              # Builds the native code version of the program.
39
40 Then have a look at the program 'virt-top/virt-top.opt'.