Commit | Line | Data |
---|---|---|
18d6fa61 PP |
1 | lttng-status(1) |
2 | =============== | |
e9711845 | 3 | :revdate: 14 June 2021 |
18d6fa61 PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
e9711845 | 8 | lttng-status - Show the status of the current LTTng recording session |
18d6fa61 PP |
9 | |
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *status* |
18d6fa61 PP |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
e9711845 | 19 | The `lttng status` command shows the status of the current recording |
26f0c779 | 20 | session (see man:lttng-concepts(7) to learn more about the current |
e9711845 | 21 | recording session). |
18d6fa61 | 22 | |
484b2a0c | 23 | This command is equivalent to: |
18d6fa61 | 24 | |
484b2a0c PP |
25 | [verse] |
26 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* 'CURSESSION' | |
18d6fa61 | 27 | |
e9711845 | 28 | where `CURSESSION` is the name of the current recording session. |
18d6fa61 PP |
29 | |
30 | ||
f5511eea | 31 | include::common-lttng-cmd-options-head.txt[] |
18d6fa61 PP |
32 | |
33 | ||
f5511eea | 34 | include::common-lttng-cmd-help-options.txt[] |
18d6fa61 PP |
35 | |
36 | ||
f5511eea PP |
37 | include::common-lttng-cmd-after-options.txt[] |
38 | ||
39 | ||
40 | include::common-footer.txt[] | |
18d6fa61 PP |
41 | |
42 | ||
43 | SEE ALSO | |
44 | -------- | |
484b2a0c PP |
45 | man:lttng(1), |
46 | man:lttng-create(1), | |
47 | man:lttng-list(1), | |
af1c4164 PP |
48 | man:lttng-set-session(1), |
49 | man:lttng-concepts(7) |