]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Update examples for probing with systemtap
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Oct 2011 15:36:05 +0000 (16:36 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Oct 2011 10:26:15 +0000 (11:26 +0100)
commit1223910ba87abd015b4c14bb860df3cd7785da12
tree0d05cdffa94516a85847d14dbb533e76a7982805
parentddf3bd32ce1246d466f4ffc12ee3a8e41db1d0e9
Update examples for probing with systemtap

This removes the old example for legacy probes and adds two
new scripts demonstrating many of the new probe point facilities.

The rpc-monitor.stp script will print out friendly details of all
RPC traffic between a libvirt client/server. This is incredibly
useful in seeing what RPC calls are being made, and also debugging
problems in the RPC protocol code

The events.stp script will print out lots of info about the poll
event loop, which is useful for debugging event handling problems

* examples/systemtap/events.stp, examples/systemtap/rpc-monitor.stp:
  New examples
* examples/systemtap/client.stp: Remove obsolete example
cfg.mk
examples/systemtap/Makefile.am
examples/systemtap/client.stp [deleted file]
examples/systemtap/events.stp [new file with mode: 0755]
examples/systemtap/rpc-monitor.stp [new file with mode: 0755]