From: William Cohen Date: Wed, 7 Aug 2024 14:42:39 +0000 (-0400) Subject: Restore the Systemtap overview page. X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=systemtap-htdocs.git Restore the Systemtap overview page. --- diff --git a/index.html b/index.html index cca7e8b2..d1243264 100644 --- a/index.html +++ b/index.html @@ -1,94 +1,72 @@ - - - - - - - - - - -
-

+ -

Systemtap tutorial

-

Frank Ch. Eigler <fche@redhat.com>
June 1, -2024
-
-Contents -
1 Introduction -
2 Tracing -
 2.1 Where to probe -
 2.2 What to print -
 2.3 Exercises -
3 Analysis -
 3.1 Basic constructs -
 3.2 Target variables -
 3.3 Functions -
 3.4 Arrays -
 3.5 Aggregates -
 3.6 Safety -
 3.7 Exercises -
4 Tapsets -
 4.1 Automatic selection -
 4.2 Probe point aliases -
 4.3 Embedded C -
 4.4 Naming conventions -
 4.5 Exercises -
5 Further information -
A Errors -
 A.1 Parse errors -
 A.2 Type errors - - -
 A.3 Symbol errors -
 A.4 Probing errors -
 A.5 Runtime errors -
B Acknowledgments -
+ + + + SystemTap + + + + + + + + + + +
SystemTap logo + Overview |  + Get Involved |  + Wiki |  + Documentation |  + Links
+
+
+ + + + + + +
  + + +
+ +

Overview

+

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.

+
+
+
+ + + + +
+ +