How to Install systemtap-client in Ubuntu 18.04



Install systemtap-client by entering the following commands in the terminal:

sudo apt update
sudo apt install systemtap-client

Description:

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.

Homepage: http://sourceware.org/systemtap/

Version: 3.1-3ubuntu0.1

Section: universe/devel