1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: virt-top
Section: admin
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: debhelper (>= 11),
dh-ocaml,
libcsv-ocaml-dev,
libcurses-ocaml-dev,
libextlib-ocaml-dev,
libgettext-ocaml-dev,
libvirt-ocaml-dev (>= 0.6.1.4),
libxml-light-ocaml-dev,
ocaml-findlib,
ocaml-nox
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/libvirt-team/virt-top.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-top
Homepage: http://people.redhat.com/~rjones/virt-top
Package: virt-top
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: show stats of virtualized domains
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 (virtual machines or VM). Some supported systems are
KVM, XEN and QEMU.
|