1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

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 <eblake@redhat.com>
This commit is contained in:
Jonathan Lebon 2013-11-06 16:52:52 -05:00 committed by Eric Blake
parent 2b68ad7161
commit 3897975eea

View File

@ -103,6 +103,13 @@
in a virtual machine. It prints out a list of facts about the
virtual machine, derived from heuristics.
</dd>
<dt><a href="http://sourceware.org/systemtap/">stap</a></dt>
<dd>
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.
</dd>
</dl>
<h2><a name="configmgmt">Configuration Management</a></h2>