From: Jonathan Lebon Date: Wed, 6 Nov 2013 21:52:52 +0000 (-0500) Subject: add SystemTap to apps using libvirt X-Git-Tag: v1.2.0-rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3897975eeae8582021017e7d61484d32410e8d40;p=thirdparty%2Flibvirt.git add SystemTap to apps using libvirt Starting from v2.4 (released today!), SystemTap can use libvirt to execute scripts inside virtual machines. Signed-off-by: Eric Blake --- diff --git a/docs/apps.html.in b/docs/apps.html.in index c7e2f642ba..3598062ddb 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -103,6 +103,13 @@ in a virtual machine. It prints out a list of facts about the virtual machine, derived from heuristics. +
stap
+
+ SystemTap is a tool used to gather rich information about a running + system through the use of scripts. Starting from v2.4, the front-end + application stap can use libvirt to gather data within virtual + machines. +

Configuration Management