From Fedora Project Wiki
No edit summary
Line 24: Line 24:
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.
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.


The LTTng 2.0 Tracer Toolchain allows integrated kernel and user-space tracing from a single user interface: the "lttng" command. The 2.0 kernel tracer can be build against standard kernel. Other new features:
The LTTng 2.0 Tracer Toolchain allows integrated kernel and user-space tracing from a single user interface: the "lttng" command. The 2.0 kernel tracer can be manually built against a standard kernel. Other new features:


* Produces CTF (Common Trace Format) natively (http://www.efficios.com/ctf),
* Produces CTF (Common Trace Format) natively (http://www.efficios.com/ctf),
Line 61: Line 61:
# For userspace tracing
# For userspace tracing
## Compile one of the example in /usr/share/doc/lttng-ust/examples/
## Compile one of the example in /usr/share/doc/lttng-ust/examples/
## Create, start a tracing session (http://lttng.org/quickstart)
## Read the resulting trace
# For kernel tracing
## Install the kernel module from http://lttng.org/lttng-kernel-tracer
## Create, start a tracing session (http://lttng.org/quickstart)
## Create, start a tracing session (http://lttng.org/quickstart)
## Read the resulting trace  
## Read the resulting trace  

Revision as of 17:41, 30 July 2012

LTTng 2.0

Summary

Introduction of the new LTTng infrastructure including its userspace tracer component, the control tool and viewers.

Owner

  • Email: yannick.brosseau at gmail.com

Current status

  • Targeted release: Fedora 18
  • Last updated: 2012-07-17
  • Percentage of completion: 80%
    • Missing the babeltrace viewer, packaging underway.

Detailed Description

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.

The LTTng 2.0 Tracer Toolchain allows integrated kernel and user-space tracing from a single user interface: the "lttng" command. The 2.0 kernel tracer can be manually built against a standard kernel. Other new features:

  • Produces CTF (Common Trace Format) natively (http://www.efficios.com/ctf),
  • Emit SDT markers
  • See lttng.org/lttng2.0 for the complete feature list
  • Allow multiple users and multiple sessions to trace simultaniously

Benefit to Fedora

Bringing the LTTng tracing capability to Fedora users. The lttng-ust library allows developper to instrument their application with static tracepoint. Other packages could be built with integrated ust tracepoint, allowing users to trace them without having to recompile them.


Scope

UST tracer and control package are already in place. The last part to add are the basic viewers.

How To Test

  1. Install the packages (mainly lttng-tools)
  2. For userspace tracing
    1. Compile one of the example in /usr/share/doc/lttng-ust/examples/
    2. Create, start a tracing session (http://lttng.org/quickstart)
    3. Read the resulting trace

User Experience

New tool (lttng) will be available to manage the tracing.

Dependencies

None

Contingency Plan

All the tracer component are integrated. The only missing part is one or more viewer. So even without the viewer, it would still be possible to create a trace with the lttng tool. You will need an external tool to view your trace. (Work to package them are already underway)

Documentation

Release Notes

  • Introduce LTTng 2.0 tracing tools

Comments and Discussion