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