doc/man: use specific revision date for each manual page
[lttng-tools.git] / doc / man / lttng-start.1.txt
... / ...
CommitLineData
1lttng-start(1)
2==============
3:revdate: 7 April 2016
4
5
6NAME
7----
8lttng-start - Start LTTng tracers
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION']
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
27man:lttng-create(1) for different session modes.
28
29A tracing session with running tracers is said to be _active_. Active
30tracing sessions can return to the inactive state using the
31man:lttng-stop(1) command.
32
33If 'SESSION' is omitted, the LTTng tracers are started for the current
34tracing session (see man:lttng-create(1) for more information
35about the current tracing session). Otherwise, they are started for the
36existing tracing session named 'SESSION'. `lttng list`
37outputs all the existing tracing sessions (see man:lttng-list(1)).
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-stop(1),
52man:lttng(1)
This page took 0.023963 seconds and 5 git commands to generate.