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