LTTng presentation and update mathieu.desnoyers@efcios.com 1 LTTng - - PowerPoint PPT Presentation

lttng presentation and update
SMART_READER_LITE
LIVE PREVIEW

LTTng presentation and update mathieu.desnoyers@efcios.com 1 LTTng - - PowerPoint PPT Presentation

Progress report meeting December 2015 LTTng presentation and update mathieu.desnoyers@efcios.com 1 LTTng features Kernel tracing Tracepoints System calls k[ret]probes User-space tracing C/C++ (tracef/tracelog)


slide-1
SLIDE 1

1

LTTng presentation and update

Progress report meeting – December 2015 mathieu.desnoyers@efcios.com 

slide-2
SLIDE 2

2

LTTng features

  • Kernel tracing

– Tracepoints – System calls – k[ret]probes

  • User-space tracing

– C/C++ (tracef/tracelog)

  • Source code mapping

– Java (JUL and log4j) – Python – Everything else with:

  • echo -n “text” >/proc/lttng_logger
slide-3
SLIDE 3

3

LTTng features

  • Channels

– Subbuffer-size – Trace file rotation – Timers

  • Contexts

– Pid, procname, etc – perf PMU counters – RT-related contexts

slide-4
SLIDE 4

4

LTTng features

  • Filtering

– Kernel – User-space – Contexts

  • Wildcards
  • Log-level
  • Per-pid tracking
slide-5
SLIDE 5

5

LTTng features

  • Snapshots
  • Streaming
  • Live
  • Save/load
  • MI
slide-6
SLIDE 6

6

Viewers

  • Babeltrace
  • TraceCompass
  • LTTng-analyses
slide-7
SLIDE 7

7

LTTng Progress in 2015

  • LTTng 2.7 (09/2015)

– https://lttng.org/blog/2015/10/14/lttng-2.7-released/ – Kernel filtering – PID tracker – Kernel tracer wildcards

slide-8
SLIDE 8

8

LTTng Progress in 2015

  • LTTng 2.7 (09/2015)

– Python logging – Persistent memory UST ring buffer – Custom clock sources, CPU identifier plugins

  • Custom kernel tracer clock sources will be in 2.8

– LTTng UST tracelog() API

slide-9
SLIDE 9

9

LTTng Progress in 2015

  • Membarrier system call

– Speed improvement for Userspace RCU read-side, – Improves LTTng user-space tracing, – Merged in Linux kernel 4.3, – Used by Userspace RCU library >= 0.9.0 if

available,

– Also used by CoreCLR (Microsoft .NET Core

Runtime).

slide-10
SLIDE 10

10

LTTng Upcoming Features (2.8)

  • Expose buffer overwritten information in LTTng-

UST and LTTng-modules (upcoming LTTng 2.8),

  • Allow regenerating the LTTng-UST and LTTng-

modules metadata after NTP major adjustment (upcoming LTTng 2.8),

  • Solaris 10 and 11 ports,
  • New contexts for real-time tracing,
  • Fetch library load information in UST, mapping

events to source code.

slide-11
SLIDE 11

11

Babeltrace Progress/Roadmap

  • Babeltrace 1.3 (10/2015)

– Solaris port,

  • Babeltrace 1.4 (approx. 02/2016)

– Packet intersection, – Mapping events to source code, – Warn on lost packets,

slide-12
SLIDE 12

12

Babeltrace Progress/Roadmap

  • Babeltrace 2.0 (approx. 03/2016)

– Plugin system overhaul, – Intermediate Representation,

  • Babeltrace 2.1 (approx. 07/2016)

– Event filtering, – Add support for CTF 2.0, – Keep backward compability with CTF 1.8.

slide-13
SLIDE 13

13

CTF 2.0

  • Goal: transition from own metadata grammar

(TSDL) to JSON,

  • Will be easier to extend, and easier to parse by

alternative CTF reader implementations,

  • Add type attributes for formatting,
  • Binary trace data stream will be unchanged,
  • Will be introduced with Babeltrace 2.1.
slide-14
SLIDE 14

14

Questions ?

?

 lttng.org 

lttng-dev@lists.lttng.org

@lttng_project

 www.efficios.com