8 lttng-start - Start an LTTng tracing session
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *start* ['SESSION']
19 The `lttng start` command starts a tracing session, that is, it
20 activates the LTTng tracers for:
22 With the 'SESSION' argument::
23 The tracing session named 'SESSION'.
25 Without the 'SESSION' argument::
26 The current tracing session (see man:lttng-concepts(7) to learn more
27 about the current tracing session).
29 See man:lttng-concepts(7) to learn more about tracing sessions.
31 The selected tracing session must be inactive (stopped). A tracing
32 session is inactive on creation (see man:lttng-create(1)).
34 A `start-session` trigger action can also start a tracing session
35 (see man:lttng-add-trigger(1)).
37 See the ``<<examples,EXAMPLES>>'' section below for usage examples.
39 Stop an active tracing session with the man:lttng-stop(1) command.
42 include::common-lttng-cmd-options-head.txt[]
45 include::common-lttng-cmd-help-options.txt[]
48 include::common-lttng-cmd-after-options.txt[]
54 .Start the current tracing session.
62 .Start a specific tracing session.
66 $ lttng start my-session
71 include::common-footer.txt[]
77 man:lttng-add-trigger(1),
79 man:lttng-enable-event(1),