summaryrefslogtreecommitdiffstats
path: root/development/systemtap/README
blob: 15137c8e0dde1f38c40a409fe7904eceb3ce08ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
systemtap (Linux trace/probe tool)

SystemTap provides free software (GPL) infrastructure to simplify the
gathering of information about the running Linux system. This assists
diagnosis of a performance or functional problem. SystemTap eliminates
the need for the developer to go through the tedious and disruptive
instrument, recompile, install, and reboot sequence that may be
otherwise required to collect data.

SystemTap provides a simple command line interface and scripting
language for writing instrumentation for a live running kernel plus
user-space applications. We are publishing samples, as well as
enlarging the internal "tapset" script library to aid reuse and
abstraction.

Among other tracing/probing tools, SystemTap is the tool of choice for
complex tasks that may require live analysis, programmable on-line
response, and whole-system symbolic access. SystemTap can also handle
simple tracing jobs.

Optional dependency: libvirt