stapbpf
instrumentation system for Linux (runtime component)
Install
- All systems
-
curl cmd.cat/stapbpf.sh
- Debian
-
apt-get install systemtap
- Ubuntu
-
apt-get install systemtap
- Kali Linux
-
apt-get install systemtap
- CentOS
-
yum install systemtap-runtime
- Fedora
-
dnf install systemtap-runtime
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install systemtap
- Raspbian
-
apt-get install systemtap-runtime
- Dockerfile
- dockerfile.run/stapbpf
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
instrumentation system for Linux
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 system.