dtrace

Static probe support tools

Install

All systems
curl cmd.cat/dtrace.sh
Debian Debian
apt-get install systemtap-sdt-dev
Ubuntu
apt-get install systemtap-sdt-dev
image/svg+xml Kali Linux
apt-get install systemtap-sdt-dev
CentOS
yum install systemtap-sdt-devel
Fedora
dnf install systemtap-sdt-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install systemtap-sdt-dev
Raspbian
apt-get install systemtap-sdt-dev

systemtap-sdt-devel

Static probe support tools

systemtap-sdt-dev

statically defined probes development files

This package contains header file and executable (dtrace) that can be used to add static probes into userspace applications for use with SystemTap. 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.