lttng-sessiond: show man page with --help and remove usage
[lttng-tools.git] / doc / man / lttng-crash.1
CommitLineData
49746d45
JG
1.TH "LTTNG-CRASH" "1" "March 26th, 2015" "" ""
2
3.SH "NAME"
94ffb05d 4lttng-crash \- LTTng Crash Trace Viewer
49746d45
JG
5
6.SH "SYNOPSIS"
7
8.PP
9lttng-crash [OPTIONS] FILE
10.SH "DESCRIPTION"
11
12.PP
13The LTTng project aims at providing highly efficient tracing tools for Linux.
14Its tracers help track down performance issues and debug problems involving
15multiple concurrent processes and threads. Tracing across multiple systems
16is also possible.
17
18The \fBlttng-crash\fP command line tool, part of the lttng-tools package, is used to
19view or recover trace buffers in the event of a crash.
20.SH "OPTIONS"
21
22.PP
23This program follows the usual GNU command line syntax with long options starting with
24two dashes. Below is a summary of the available options.
25.PP
26
27.TP
28.BR "\-h, \-\-help"
29Show summary of possible options and commands.
30.TP
31.BR "\-V, \-\-version"
32Show version.
33.TP
34.BR "\-v, \-\-verbose"
35Increase verbosity.
36Three levels of verbosity are available which are triggered by putting additional v to
37the option (\-vv or \-vvv)
38.TP
39.BR "\-e, \-\-viewer NAME"
40Specify viewer and/or options to use. This will completely override the default
41viewers therefore make sure to specify the full command. The trace directory paths are
42appended at the end to the arguments. (defaults: babeltrace)
43.TP
44.BR "\-x, \-\-extract PATH"
45Extract trace(s) to the specified path. Don't display the trace.
46
47.SH "SEE ALSO"
48.BR babeltrace(1),
49.BR lttng(1),
50.BR lttng-ust(3),
51.BR lttng-sessiond(8),
52.BR lttng-relayd(8),
53
54.SH "BUGS"
55
56.PP
57If you encounter any issues or usability problem, please report it on our
58mailing list <lttng-dev@lists.lttng.org> to help improve this project or
59at https://bugs.lttng.org which is a bug tracker.
60.PP
61
62.SH "CREDITS"
63
64.PP
65lttng is distributed under the GNU General Public License version 2. See the file
66COPYING for details.
67.PP
68A Web site is available at http://lttng.org for more information on the LTTng
69project.
70.PP
71You can also find our git tree at http://git.lttng.org.
72.PP
73Mailing lists for support and development: <lttng-dev@lists.lttng.org>.
74.PP
75You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
76.PP
77.SH "AUTHORS"
78
79.PP
80lttng-crash was originally written by Mathieu Desnoyers. It is currently
81maintained by Jérémie Galarneau <jeremie.galarneau@efficios.com>.
82.PP
This page took 0.026346 seconds and 4 git commands to generate.