Commit | Line | Data |
---|---|---|
18d6fa61 PP |
1 | lttng-status(1) |
2 | =============== | |
4605890e | 3 | :revdate: 14 March 2017 |
18d6fa61 PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
8 | lttng-status - Get the current LTTng tracing session's status | |
9 | ||
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *status* |
18d6fa61 PP |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
19 | The `lttng status` command shows the status of the current | |
20 | tracing session. | |
21 | ||
22 | This command is the exact equivalent of: | |
23 | ||
d4f093aa | 24 | [role="term"] |
03c5529d PP |
25 | ---- |
26 | $ lttng list CURSESSION | |
27 | ---- | |
18d6fa61 PP |
28 | |
29 | where `CURSESSION` is the name of the current tracing session. | |
7c1a4458 | 30 | Use man:lttng-set-session(1) to set the current tracing session. |
18d6fa61 PP |
31 | |
32 | ||
33 | include::common-cmd-options-head.txt[] | |
34 | ||
35 | ||
36 | include::common-cmd-help-options.txt[] | |
37 | ||
38 | ||
39 | include::common-cmd-footer.txt[] | |
40 | ||
41 | ||
42 | SEE ALSO | |
43 | -------- | |
7c1a4458 PP |
44 | man:lttng-set-session(1), |
45 | man:lttng(1) |