doc/man: use specific revision date for each manual page
[lttng-tools.git] / doc / man / lttng-crash.1.txt
CommitLineData
aec4668a
PP
1lttng-crash(1)
2==============
4605890e 3:revdate: 5 June 2018
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+
49Default: `babeltrace`.
50
51
52Program information
53~~~~~~~~~~~~~~~~~~~
54option:-h, option:--help::
55 Show help.
56
57option:-V, option:--version::
58 Show version.
59
60
61EXIT STATUS
62-----------
63*0*::
64 Success
65
66*1*::
67 Error
68
69*3*::
70 Fatal error
71
72
73include::common-footer.txt[]
74
75
76SEE ALSO
77--------
7c1a4458
PP
78man:lttng(1),
79man:lttng-sessiond(8),
80man:lttng-relayd(8),
81man:lttng-ust(3),
82man:babeltrace(1)
This page took 0.029114 seconds and 4 git commands to generate.