From 3897975eeae8582021017e7d61484d32410e8d40 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 6 Nov 2013 16:52:52 -0500 Subject: [PATCH] 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 --- docs/apps.html.in | 7 +++++++ 1 file changed, 7 insertions(+) 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

-- GitLab