virt-top ---------------------------------------------------------------------- Copyright (C) 2007-2016 Richard W.M. Jones, Red Hat Inc. http://et.redhat.com/~rjones/virt-top/ http://libvirt.org/ocaml/ http://libvirt.org/ virt-top is a top-like utility for showing stats of virtualized domains. Many keys and command line options are the same as for ordinary top. It uses libvirt so it capable of showing stats across a variety of different virtualization systems. Requirements ---------------------------------------------------------------------- OCaml >= 3.11.0 ocaml-libvirt >= 0.6.1.1 (for virDomainGetCPUStats support) OCaml extlib OCaml curses Optional: OCaml gettext OCaml xml-light OCaml CSV OCaml Calendar, version 2 is preferred perldoc msgfmt Building ---------------------------------------------------------------------- ./configure # Checks that you have all the required bits. make all # Builds the bytecode version of the program. make opt # Builds the native code version of the program. Then have a look at the program 'virt-top/virt-top.opt'.