Commit | Line | Data |
---|---|---|
30ec772c PP |
1 | lttng-start(1) |
2 | ============== | |
e9711845 | 3 | :revdate: 14 June 2021 |
30ec772c PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
e9711845 | 8 | lttng-start - Start an LTTng recording 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 | ----------- | |
e9711845 | 19 | The `lttng start` command starts a recording session, that is, it |
484b2a0c | 20 | activates the LTTng tracers for: |
30ec772c | 21 | |
484b2a0c | 22 | With the 'SESSION' argument:: |
e9711845 | 23 | The recording session named 'SESSION'. |
30ec772c | 24 | |
484b2a0c | 25 | Without the 'SESSION' argument:: |
e9711845 PP |
26 | The current recording session (see man:lttng-concepts(7) to learn |
27 | more about the current recording session). | |
26f0c779 | 28 | |
e9711845 | 29 | See man:lttng-concepts(7) to learn more about recording sessions. |
30ec772c | 30 | |
e9711845 | 31 | The selected recording session must be inactive (stopped). A recording |
484b2a0c PP |
32 | session is inactive on creation (see man:lttng-create(1)). |
33 | ||
e9711845 | 34 | A `start-session` trigger action can also start a recording session |
484b2a0c PP |
35 | (see man:lttng-add-trigger(1)). |
36 | ||
da39b67c | 37 | See the ``<<examples,EXAMPLES>>'' section below for usage examples. |
29545453 | 38 | |
e9711845 | 39 | Stop an active recording session with the man:lttng-stop(1) command. |
30ec772c PP |
40 | |
41 | ||
f5511eea | 42 | include::common-lttng-cmd-options-head.txt[] |
30ec772c PP |
43 | |
44 | ||
f5511eea | 45 | include::common-lttng-cmd-help-options.txt[] |
30ec772c PP |
46 | |
47 | ||
f5511eea PP |
48 | include::common-lttng-cmd-after-options.txt[] |
49 | ||
50 | ||
29545453 PP |
51 | [[examples]] |
52 | EXAMPLES | |
53 | -------- | |
e9711845 | 54 | .Start the current recording session. |
29545453 PP |
55 | ==== |
56 | [role="term"] | |
57 | ---- | |
58 | $ lttng start | |
59 | ---- | |
60 | ==== | |
61 | ||
e9711845 | 62 | .Start a specific recording session. |
29545453 PP |
63 | ==== |
64 | [role="term"] | |
65 | ---- | |
66 | $ lttng start my-session | |
67 | ---- | |
68 | ==== | |
69 | ||
70 | ||
f5511eea | 71 | include::common-footer.txt[] |
30ec772c PP |
72 | |
73 | ||
74 | SEE ALSO | |
75 | -------- | |
484b2a0c PP |
76 | man:lttng(1), |
77 | man:lttng-add-trigger(1), | |
78 | man:lttng-create(1), | |
79 | man:lttng-enable-event(1), | |
af1c4164 PP |
80 | man:lttng-stop(1), |
81 | man:lttng-concepts(7) |