stap-report
system - development headers, tools
Install
- All systems
-
curl cmd.cat/stap-report.sh
- CentOS
-
yum install systemtap-devel
- Fedora
-
dnf install systemtap-devel
- Dockerfile
- dockerfile.run/stap-report
systemtap-devel
system - development headers, tools
systemtap-runtime
instrumentation system for Linux (runtime component)
This package contains staprun program that can be used to run compiled SystemTap probes. SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. To be able to write new SystemTap probes, install systemtap package.
systemtap-client
instrumentation system for Linux (client for compile server)
This package contains client for SystemTap compile server. It can be used to compile probes on a remote machine running systemtap-server. This client can be run on a machine without full kernel debug information and development environment required for 'systemtap' package. If you only want to compile systemtap probes locally just install 'systemtap' package. SystemTap provides infrastructure to simplify the gathering of information about the running Linux system.