sessiond: notification: add support for async commands
[lttng-tools.git] / doc / man / lttng-start.1.txt
CommitLineData
30ec772c
PP
1lttng-start(1)
2==============
4605890e 3:revdate: 7 April 2016
30ec772c
PP
4
5
6NAME
7----
8lttng-start - Start LTTng tracers
9
10
11SYNOPSIS
12--------
13[verse]
ce19b9ed 14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION']
30ec772c
PP
15
16
17DESCRIPTION
18-----------
19The `lttng start` command starts the various LTTng tracers for a
20given inactive tracing session.
21
22Starting the LTTng tracers has the effect that all enabled event rules
23within enabled channels can make their target event sources _emit_ trace
24events. Whether they are recorded to the local file system, sent over
25the network, or not recorded at all depends on the specific
26configuration of the tracing session in which tracing is started. See
7c1a4458 27man:lttng-create(1) for different session modes.
30ec772c
PP
28
29A tracing session with running tracers is said to be _active_. Active
30tracing sessions can return to the inactive state using the
7c1a4458 31man:lttng-stop(1) command.
30ec772c
PP
32
33If 'SESSION' is omitted, the LTTng tracers are started for the current
7c1a4458 34tracing session (see man:lttng-create(1) for more information
30ec772c
PP
35about the current tracing session). Otherwise, they are started for the
36existing tracing session named 'SESSION'. `lttng list`
7c1a4458 37outputs all the existing tracing sessions (see man:lttng-list(1)).
30ec772c
PP
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--------
7c1a4458
PP
51man:lttng-stop(1),
52man:lttng(1)
This page took 0.042529 seconds and 5 git commands to generate.