X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-status.1.txt;fp=doc%2Fman%2Flttng-status.1.txt;h=89bfca851b888b5d21dca9e7b04421fe806ed7c6;hp=0000000000000000000000000000000000000000;hb=18d6fa61d34ddc3ce8326e84390cf028f1984fd3;hpb=882443a6d87be3c1d3d862794c87882d7bcde1bc diff --git a/doc/man/lttng-status.1.txt b/doc/man/lttng-status.1.txt new file mode 100644 index 000000000..89bfca851 --- /dev/null +++ b/doc/man/lttng-status.1.txt @@ -0,0 +1,43 @@ +lttng-status(1) +=============== + + +NAME +---- +lttng-status - Get the current LTTng tracing session's status + + +SYNOPSIS +-------- +[verse] +*lttng* ['GENERAL OPTIONS'] *status* + + +DESCRIPTION +----------- +The `lttng status` command shows the status of the current +tracing session. + +This command is the exact equivalent of: + +--------------------- +lttng list CURSESSION +--------------------- + +where `CURSESSION` is the name of the current tracing session. +Use linklttng:lttng-set-session(1) to set the current tracing session. + + +include::common-cmd-options-head.txt[] + + +include::common-cmd-help-options.txt[] + + +include::common-cmd-footer.txt[] + + +SEE ALSO +-------- +linklttng:lttng-set-session(1), +linklttng:lttng(1)