How to Install lttng-tools in Ubuntu 18.04



Install lttng-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install lttng-tools

Description:

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.

Homepage: https://lttng.org/

Version: 2.10.2-1

Section: universe/utils