Commit | Line | Data |
---|---|---|
30ec772c PP |
1 | lttng-start(1) |
2 | ============== | |
188419c4 | 3 | :revdate: 29 April 2021 |
30ec772c PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
484b2a0c | 8 | lttng-start - Start an LTTng tracing session |
30ec772c PP |
9 | |
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION'] |
30ec772c PP |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
484b2a0c PP |
19 | The `lttng start` command starts a tracing session, that is, it |
20 | activates the LTTng tracers for: | |
30ec772c | 21 | |
484b2a0c PP |
22 | With the 'SESSION' argument:: |
23 | The tracing session named 'SESSION'. | |
30ec772c | 24 | |
484b2a0c | 25 | Without the 'SESSION' argument:: |
188419c4 PP |
26 | The current tracing session (see man:lttng-concepts(7) to learn more |
27 | about the current tracing session). | |
28 | ||
29 | See man:lttng-concepts(7) to learn more about tracing sessions. | |
30ec772c | 30 | |
484b2a0c PP |
31 | The selected tracing session must be inactive (stopped). A tracing |
32 | session is inactive on creation (see man:lttng-create(1)). | |
33 | ||
484b2a0c PP |
34 | A `start-session` trigger action can also start a tracing session |
35 | (see man:lttng-add-trigger(1)). | |
36 | ||
37 | Stop an active tracing session with the man:lttng-stop(1) command. | |
30ec772c PP |
38 | |
39 | ||
40 | include::common-cmd-options-head.txt[] | |
41 | ||
42 | ||
43 | include::common-cmd-help-options.txt[] | |
44 | ||
45 | ||
46 | include::common-cmd-footer.txt[] | |
47 | ||
48 | ||
49 | SEE ALSO | |
50 | -------- | |
484b2a0c PP |
51 | man:lttng(1), |
52 | man:lttng-add-trigger(1), | |
53 | man:lttng-create(1), | |
54 | man:lttng-enable-event(1), | |
21b35b3a PP |
55 | man:lttng-stop(1), |
56 | man:lttng-concepts(7) |