lttng-sessiond(8): sort the option list by long option name
[lttng-tools.git] / doc / man / lttng-crash.1.txt
CommitLineData
aec4668a
PP
1lttng-crash(1)
2==============
32357a9a 3:revdate: 2 April 2020
aec4668a
PP
4
5
6NAME
7----
8lttng-crash - Recover and view LTTng 2 trace buffers in the event of a crash
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng-crash* [option:--extract='PATH' | option:--viewer='VIEWER'] [option:-v | option:-vv | option:-vvv]
15
16
17DESCRIPTION
18-----------
a18d9544 19The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
aec4668a
PP
20source software package used for correlated tracing of the Linux kernel,
21user applications, and user libraries.
22
23LTTng consists of Linux kernel modules (for Linux kernel tracing) and
24dynamically loaded libraries (for user application and library tracing).
25
26The _`lttng-crash`_ command-line tool is used to recover and view
27LTTng trace buffers in the event of a system crash.
28
29
30OPTIONS
31-------
59b19c3c 32option:-x 'PATH', option:--extract='PATH'::
aec4668a
PP
33 Extract recovered traces to path 'PATH'; do not execute the trace
34 viewer.
35
36option:-v, option:--verbose::
37 Increase verbosity.
38+
39Three levels of verbosity are available, which are triggered by
40appending additional `v` letters to the option
41(that is, `-vv` and `-vvv`).
42
59b19c3c 43option:-e 'VIEWER', option:--viewer='VIEWER'::
aec4668a
PP
44 Use trace viewer 'VIEWER' to view the trace buffers. 'VIEWER' is the
45 absolute path to the viewer command to use, and it can contain
46 command arguments as well. The trace directory paths are passed to
47 the 'VIEWER' command as its last arguments.
48+
32357a9a
PP
49Without this option, `lttng crash` uses man:babeltrace2(1) if it's
50available. Otherwise, it tries to use man:babeltrace(1).
aec4668a
PP
51
52
53Program information
54~~~~~~~~~~~~~~~~~~~
55option:-h, option:--help::
56 Show help.
57
58option:-V, option:--version::
59 Show version.
60
61
62EXIT STATUS
63-----------
64*0*::
65 Success
66
67*1*::
68 Error
69
70*3*::
71 Fatal error
72
73
74include::common-footer.txt[]
75
76
77SEE ALSO
78--------
7c1a4458
PP
79man:lttng(1),
80man:lttng-sessiond(8),
81man:lttng-relayd(8),
82man:lttng-ust(3),
32357a9a 83man:babeltrace2(1)
This page took 0.030935 seconds and 4 git commands to generate.