lttng-sessiond
LTTng control and utility programs
Install
- All systems
-
curl cmd.cat/lttng-sessiond.sh
- Debian
-
apt-get install lttng-tools
- Ubuntu
-
apt-get install lttng-tools
- Kali Linux
-
apt-get install lttng-tools
- Fedora
-
dnf install lttng-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lttng-tools
- Raspbian
-
apt-get install lttng-tools
- Dockerfile
- dockerfile.run/lttng-sessiond
lttng-tools
LTTng control and utility programs
The LTTng project aims at providing highly efficient tracing tools for Linux. Its tracers help tracking down performance issues and debugging problems involving multiple concurrent processes and threads. Tracing across multiple systems is also possible. This package provides the unified interface to control both the LTTng kernel and userspace (UST) tracers.