doc/man: use specific revision date for each manual page
[lttng-tools.git] / doc / man / lttng-destroy.1.txt
... / ...
CommitLineData
1lttng-destroy(1)
2================
3:revdate: 18 January 2018
4
5
6NAME
7----
8lttng-destroy - Destroy an LTTng tracing session
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *destroy* [option:--no-wait] [option:--all | 'SESSION']
15
16
17DESCRIPTION
18-----------
19The `lttng destroy` command destroys one or more tracing sessions.
20
21If no options are specified, the current tracing session is destroyed
22(see man:lttng-create(1) for more information about the current
23tracing session).
24
25If 'SESSION' is specified, the existing tracing session named 'SESSION'
26is destroyed. `lttng list` outputs all the existing tracing sessions
27(see man:lttng-list(1)).
28
29If the option:--all option is used, *all* the tracing sessions, as listed
30in the output of `lttng list`, are destroyed.
31
32Destroying a tracing session stops any tracing running within the
33latter. By default, the implicit man:lttng-stop(1) command invoked by
34the `lttng destroy` command ensures that the tracing session's trace
35data is valid before returning. With the option:--no-wait option, the
36man:lttng-stop(1) command finishes immediately, hence a local trace
37might not be valid when the command is done. In this case, there is no
38way to know when the trace becomes valid.
39
40Destroying a tracing session does not destroy the recorded trace data,
41if any; it frees resources acquired by the session daemon and tracer
42side, making sure to flush all trace data.
43
44
45include::common-cmd-options-head.txt[]
46
47
48option:-a, option:--all::
49 Destroy all tracing sessions.
50
51option:-n, option:--no-wait::
52 Do not ensure that the chosen tracing session's trace data is valid
53 before returning to the prompt.
54
55
56include::common-cmd-help-options.txt[]
57
58
59include::common-cmd-footer.txt[]
60
61
62SEE ALSO
63--------
64man:lttng-create(1),
65man:lttng-set-session(1),
66man:lttng(1)
This page took 0.033998 seconds and 4 git commands to generate.