doc/man: use specific revision date for each manual page
[lttng-tools.git] / doc / man / lttng-view.1.txt
CommitLineData
79e094df
PP
1lttng-view(1)
2=============
4605890e 3:revdate: 28 November 2016
79e094df
PP
4
5
6NAME
7----
8lttng-view - View the traces of an LTTng tracing session
9
10
11SYNOPSIS
12--------
13[verse]
ce19b9ed 14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *view* [option:--viewer='CMD'] [option:--trace-path='PATH' | 'SESSION']
79e094df
PP
15
16
17DESCRIPTION
18-----------
19The `lttng view` command launches an external trace viewer to view the
20current trace of a tracing session.
21
22If 'SESSION' is omitted, the viewer is launched for the current tracing
7c1a4458 23session (see man:lttng-create(1) for more information
79e094df
PP
24about the current tracing session). Otherwise, it is launched for the
25existing tracing session named 'SESSION'. `lttng list`
7c1a4458 26outputs all the existing tracing sessions (see man:lttng-list(1)).
79e094df 27
7c1a4458 28By default, the man:babeltrace(1) trace viewer is launched.
79e094df
PP
29Another trace viewer command can be specified using the
30option:--viewer option.
31
32By default, the trace path of the chosen tracing session is given
33as the first positional argument to the trace viewer. This path can
34be overridden using the option:--trace-path option.
35
36
37include::common-cmd-options-head.txt[]
38
39
59b19c3c 40option:-t 'PATH', option:--trace-path='PATH'::
79e094df
PP
41 View trace at path 'PATH' instead of using the chosen tracing
42 session's trace path.
43
59b19c3c 44option:-e 'CMD', option:--viewer='CMD'::
79e094df
PP
45 Use 'CMD' as the trace viewer.
46
47
48include::common-cmd-help-options.txt[]
49
50
51include::common-cmd-footer.txt[]
52
53
54SEE ALSO
55--------
7c1a4458 56man:lttng(1)
This page took 0.028942 seconds and 4 git commands to generate.