| 1 | lttng-status(1) |
| 2 | =============== |
| 3 | :revdate: 21 April 2021 |
| 4 | |
| 5 | |
| 6 | NAME |
| 7 | ---- |
| 8 | lttng-status - Show the status of the current LTTng tracing session |
| 9 | |
| 10 | |
| 11 | SYNOPSIS |
| 12 | -------- |
| 13 | [verse] |
| 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *status* |
| 15 | |
| 16 | |
| 17 | DESCRIPTION |
| 18 | ----------- |
| 19 | The `lttng status` command shows the status of the current tracing |
| 20 | session (see man:lttng-create(1) and man:lttng-set-session(1) to learn |
| 21 | more about the current tracing session). |
| 22 | |
| 23 | This command is equivalent to: |
| 24 | |
| 25 | [verse] |
| 26 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* 'CURSESSION' |
| 27 | |
| 28 | where `CURSESSION` is the name of 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 | man:lttng(1), |
| 43 | man:lttng-create(1), |
| 44 | man:lttng-list(1), |
| 45 | man:lttng-set-session(1) |