This package browser is in early development. Mind the rough edges.

systemtap

GNU/Linux trace/probe tool

SystemTap provides 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. SystemTap is a tool for complex tasks that may require live analysis, programmable on-line response, and whole-system symbolic access, and can also handle simple tracing jobs.

Installation

Install the latest version of systemtap as follows:

guix install systemtap

Or install a particular version:

guix install systemtap@4.9

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/systemtap/'><img src='http://127.0.0.1:3000/packages/systemtap/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/systemtap/badges/latest-version.svg)](http://127.0.0.1:3000/packages/systemtap/)
Org: [[http://127.0.0.1:3000/packages/systemtap/][http://127.0.0.1:3000/packages/systemtap/badges/latest-version.svg]]