doc/man: create lttng-status(1) and update/fix content
[lttng-tools.git] / doc / man / lttng-status.1.txt
1 lttng-status(1)
2 ===============
3
4
5 NAME
6 ----
7 lttng-status - Get the current LTTng tracing session's status
8
9
10 SYNOPSIS
11 --------
12 [verse]
13 *lttng* ['GENERAL OPTIONS'] *status*
14
15
16 DESCRIPTION
17 -----------
18 The `lttng status` command shows the status of the current
19 tracing session.
20
21 This command is the exact equivalent of:
22
23 ---------------------
24 lttng list CURSESSION
25 ---------------------
26
27 where `CURSESSION` is the name of the current tracing session.
28 Use linklttng:lttng-set-session(1) to set the current tracing session.
29
30
31 include::common-cmd-options-head.txt[]
32
33
34 include::common-cmd-help-options.txt[]
35
36
37 include::common-cmd-footer.txt[]
38
39
40 SEE ALSO
41 --------
42 linklttng:lttng-set-session(1),
43 linklttng:lttng(1)
This page took 0.029736 seconds and 4 git commands to generate.