tracing-your-own-user-application: minor fixes
[lttng-docs.git] / contents / understanding-lttng / plumbing / overview.md
CommitLineData
5e0cbfb0
PP
1---
2id: plumbing-overview
3---
4
5As [mentioned previously](#doc-installing-lttng), the whole LTTng suite
6is made of the following packages: LTTng-tools, LTTng-UST, and
7LTTng-modules. Together, they provide different daemons, libraries,
8kernel modules and command line interfaces. The following tree shows
9which usable component belongs to which package:
10
11 * **LTTng-tools**:
12 * session daemon (`lttng-sessiond`)
13 * consumer daemon (`lttng-consumerd`)
14 * relay daemon (`lttng-relayd`)
15 * tracing control library (`liblttng-ctl`)
16 * tracing control command line tool (`lttng`)
17 * **LTTng-UST**:
18 * user space tracing library (`liblttng-ust`) and its headers
19 * preloadable user space tracing helpers
20 (`liblttng-ust-libc-wrapper`, `liblttng-ust-pthread-wrapper`,
21 `liblttng-ust-cyg-profile`, `liblttng-ust-cyg-profile-fast`
22 and `liblttng-ust-dl`)
23 * user space tracepoint code generator command line tool
24 (`lttng-gen-tp`)
c23b8cb1
PP
25 * `java.util.logging`/log4j tracepoint providers
26 (`liblttng-ust-jul-jni` and `liblttng-ust-log4j-jni`) and JAR
27 file (`liblttng-ust-agent.jar`)
5e0cbfb0
PP
28 * **LTTng-modules**:
29 * LTTng Linux kernel tracer module
30 * tracing ring buffer kernel modules
31 * many LTTng probe kernel modules
32
33The following diagram shows how the most important LTTng components
34interact. Plain black arrows represent trace data paths while dashed
35red arrows indicate control communications. The LTTng relay daemon is
36shown running on a remote system, although it could as well run on the
37target (monitored) system.
38
39<div class="img img-90">
4280f592
PP
40 <object data="/images/docs26/plumbing.svg" type="image/svg+xml">
41 <img src="/images/docs26/plumbing.svg">
5e0cbfb0
PP
42 </object>
43</div>
44
45Each component is described in the following subsections.
This page took 0.024076 seconds and 4 git commands to generate.