8 lttng-crash - Recover and view LTTng 2 trace buffers in the event of a crash
14 *lttng-crash* [option:--extract='PATH' | option:--viewer='VIEWER'] [option:-v | option:-vv | option:-vvv]
19 The https://lttng.org/[_Linux Trace Toolkit: next generation_] is an open
20 source software package used for correlated tracing of the Linux kernel,
21 user applications, and user libraries.
23 LTTng consists of Linux kernel modules (for Linux kernel tracing) and
24 dynamically loaded libraries (for user application and library tracing).
26 The _`lttng-crash`_ command-line tool is used to recover and view
27 LTTng trace buffers in the event of a system crash.
32 option:-x 'PATH', option:--extract='PATH'::
33 Extract recovered traces to path 'PATH'; do not execute the trace
36 option:-v, option:--verbose::
39 Three levels of verbosity are available, which are triggered by
40 appending additional `v` letters to the option
41 (that is, `-vv` and `-vvv`).
43 option:-e 'VIEWER', option:--viewer='VIEWER'::
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.
49 Default: `babeltrace`.
54 option:-h, option:--help::
57 option:-V, option:--version::
73 include::common-footer.txt[]
79 man:lttng-sessiond(8),