[Lunar-commits] <moonbase-other> virt-top: Utility like top(1) for displaying virtualization stats

Stefan Wold ratler at lunar-linux.org
Sun Feb 3 17:14:58 CET 2013


commit 5d06dc31b0ee6e43104c0f28ac596c070a1fd4d2
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 08:14:58 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/5d06dc31b0ee6e43104c0f28ac596c070a1fd4d2

virt-top: Utility like top(1) for displaying virtualization stats
---
  virtual/virt-top/BUILD   | +13/-0    
  virtual/virt-top/DEPENDS | +8/-0     
  virtual/virt-top/DETAILS | +18/-0    
  3 files changed, 39 insertions(+)

--- /dev/null
+++ b/virtual/virt-top/BUILD
@@ -0,0 +1,13 @@
+
+default_config &&
+make all &&
+make -C po &&
+rm -f virt-top/virt-top.1 &&
+make -C virt-top virt-top.1 &&
+
+prepare_install &&
+
+make install &&
+make -C po install &&
+install -D -m 0755 virt-top/virt-top /usr/bin/virt-top &&
+install -D -m 0644 virt-top/virt-top.1 /usr/share/man/man1/
--- /dev/null
+++ b/virtual/virt-top/DEPENDS
@@ -0,0 +1,8 @@
+depends perl
+depends ocaml
+depends findlib
+depends ocaml-curses
+depends ocaml-fileutils
+depends ocaml-gettext
+depends ocaml-libvirt
+depends extlib
--- /dev/null
+++ b/virtual/virt-top/DETAILS
@@ -0,0 +1,18 @@
+#
+# DO NOT BUMP TO 1.0.8 it is broken
+#
+          MODULE=virt-top
+         VERSION=1.0.7
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://people.redhat.com/~rjones/virt-top/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:fd9cce287e0f18fe52ab43735a75925678b9f5d37547b8fe22bf3fab866b2340
+        WEB_SITE="http://people.redhat.com/~rjones/virt-top/"
+         ENTERED=20130203
+         UPDATED=20130203
+           SHORT="Utility like top(1) for displaying virtualization stats"
+cat <<EOF
+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.
+EOF




More information about the Lunar-commits mailing list