Commit | Line | Data |
---|---|---|
18d6fa61 PP |
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] | |
ce19b9ed | 13 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *status* |
18d6fa61 PP |
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 | ||
d4f093aa | 23 | [role="term"] |
03c5529d PP |
24 | ---- |
25 | $ lttng list CURSESSION | |
26 | ---- | |
18d6fa61 PP |
27 | |
28 | where `CURSESSION` is the name of the current tracing session. | |
7c1a4458 | 29 | Use man:lttng-set-session(1) to set the current tracing session. |
18d6fa61 PP |
30 | |
31 | ||
32 | include::common-cmd-options-head.txt[] | |
33 | ||
34 | ||
35 | include::common-cmd-help-options.txt[] | |
36 | ||
37 | ||
38 | include::common-cmd-footer.txt[] | |
39 | ||
40 | ||
41 | SEE ALSO | |
42 | -------- | |
7c1a4458 PP |
43 | man:lttng-set-session(1), |
44 | man:lttng(1) |