Rename "tracing session" -> "recording session"
[lttng-tools.git] / doc / man / lttng-start.1.txt
... / ...
CommitLineData
1lttng-start(1)
2==============
3:revdate: 14 June 2021
4
5
6NAME
7----
8lttng-start - Start an LTTng recording session
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION']
15
16
17DESCRIPTION
18-----------
19The `lttng start` command starts a recording session, that is, it
20activates the LTTng tracers for:
21
22With the 'SESSION' argument::
23 The recording session named 'SESSION'.
24
25Without the 'SESSION' argument::
26 The current recording session (see man:lttng-concepts(7) to learn
27 more about the current recording session).
28
29See man:lttng-concepts(7) to learn more about recording sessions.
30
31The selected recording session must be inactive (stopped). A recording
32session is inactive on creation (see man:lttng-create(1)).
33
34A `start-session` trigger action can also start a recording session
35(see man:lttng-add-trigger(1)).
36
37See the ``<<examples,EXAMPLES>>'' section below for usage examples.
38
39Stop an active recording session with the man:lttng-stop(1) command.
40
41
42include::common-lttng-cmd-options-head.txt[]
43
44
45include::common-lttng-cmd-help-options.txt[]
46
47
48include::common-lttng-cmd-after-options.txt[]
49
50
51[[examples]]
52EXAMPLES
53--------
54.Start the current recording session.
55====
56[role="term"]
57----
58$ lttng start
59----
60====
61
62.Start a specific recording session.
63====
64[role="term"]
65----
66$ lttng start my-session
67----
68====
69
70
71include::common-footer.txt[]
72
73
74SEE ALSO
75--------
76man:lttng(1),
77man:lttng-add-trigger(1),
78man:lttng-create(1),
79man:lttng-enable-event(1),
80man:lttng-stop(1),
81man:lttng-concepts(7)
This page took 0.024296 seconds and 4 git commands to generate.