X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-status.1.txt;h=c0d96da0d605949638dd4b8fccb34fa18b62f35d;hb=61d3ad9f53733325286710f47dbc0dbd5a8282ca;hp=2fa7b47edd9db5b1ffa078f4854d916cb6c3cd2d;hpb=03c5529d5cb12b279866d2c3245712a639284ce8;p=lttng-tools.git diff --git a/doc/man/lttng-status.1.txt b/doc/man/lttng-status.1.txt index 2fa7b47ed..c0d96da0d 100644 --- a/doc/man/lttng-status.1.txt +++ b/doc/man/lttng-status.1.txt @@ -1,10 +1,11 @@ lttng-status(1) =============== +:revdate: 29 April 2021 NAME ---- -lttng-status - Get the current LTTng tracing session's status +lttng-status - Show the status of the current LTTng tracing session SYNOPSIS @@ -15,30 +16,34 @@ SYNOPSIS DESCRIPTION ----------- -The `lttng status` command shows the status of the current -tracing session. +The `lttng status` command shows the status of the current tracing +session (see man:lttng-concepts(7) to learn more about the current +tracing session). -This command is the exact equivalent of: +This command is equivalent to: -[role="term"] ----- -$ lttng list CURSESSION ----- +[verse] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *list* 'CURSESSION' where `CURSESSION` is the name of the current tracing session. -Use man:lttng-set-session(1) to set the current tracing session. -include::common-cmd-options-head.txt[] +include::common-lttng-cmd-options-head.txt[] + + +include::common-lttng-cmd-help-options.txt[] -include::common-cmd-help-options.txt[] +include::common-lttng-cmd-after-options.txt[] -include::common-cmd-footer.txt[] +include::common-footer.txt[] SEE ALSO -------- +man:lttng(1), +man:lttng-create(1), +man:lttng-list(1), man:lttng-set-session(1), -man:lttng(1) +man:lttng-concepts(7)