LTTng 2.x Downloads
Here you can find the download links for LTTng 2.x.
Refer to each project's description page on the left to understand which component does what, and which ones you need.
Distribution Packages
- Ubuntu
- Since Ubuntu 12.04, packages are available straight from the repository:
sudo apt-get install lttng-tools
- For previous releases, or for more up-to-date packages, see the Launchpad PPA.
- Fedora
- Starting with Fedora 17, packages UST and tools package are available from yum:
sudo yum install lttng-tools
You still need to compile lttng-modules manually.
- RPM Packages by the OpenSuse project
- For OpenSuse and other RPM based distros:
- https://build.opensuse.org/project/show?project=devel%3Atools%3Alttng
- Arch Linux
- All LTTng packages are available in the AUR.
- If you have links to packages for you favorite distribution, please let us know!
Latest Stable Releases
If you compile the complete toolchain from source, you should compile and install liburcu first, then LTTng-UST, then LTTng-tools. The other components do not have any inter-dependency.
Refer to the README file in each package for installation instructions.
LTTng 2.1 "Basse Messe" - Tracer toolchain
- LTTng-tools 2.1.1 (Changelog)
- the trace control client
- LTTng-modules 2.1.1 (Changelog)
- the kernel modules (requires at least Linux 2.6.38)
- LTTng-UST 2.1.2 (Changelog)
- the userspace tracing library
LTTng 2.0 "Annedd'ale" - Tracer toolchain
- LTTng-tools 2.0.5 (Changelog)
- the trace control client
- LTTng-modules 2.0.6 (Changelog)
- the kernel modules (requires at least Linux 2.6.38)
- LTTng-UST 2.0.6 (Changelog)
- the userspace tracing library
Dependencies
- liburcu 0.7.6 (Changelog)
- The userspace RCU library
Viewers and other tools
- Babeltrace
