lttng-irqstats-mi

LTTng 2.0 trace analysis tools (Python 3)

Install

All systems
curl cmd.cat/lttng-irqstats-mi.sh
Debian Debian
apt-get install python3-lttnganalyses
Ubuntu
apt-get install python3-lttnganalyses
image/svg+xml Kali Linux
apt-get install python3-lttnganalyses
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-lttnganalyses
Raspbian
apt-get install python3-lttnganalyses

python3-lttnganalyses

LTTng 2.0 trace analysis tools (Python 3)

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 contains various tools to analyse LTTng kernel traces and extract monitoring data and metrics. As opposed to other diagnostic or monitoring solutions, this approach is designed to allow users to record their system's activity with a low overhead, wait for a problem to occur and then diagnose its cause offline.