X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-stop.1.txt;fp=doc%2Fman%2Flttng-stop.1.txt;h=ca1129df3ac5769297296cd411cd652be90ffe4b;hp=0ad1f0e3c32b29c1809fb8fd5061c2400a6f58c5;hb=2a8d72ed132b6c6034abcbfa76e06aef2358575c;hpb=eaa8ef76a52ba21e42d7d95355af72ff3a85a116 diff --git a/doc/man/lttng-stop.1.txt b/doc/man/lttng-stop.1.txt index 0ad1f0e3c..ca1129df3 100644 --- a/doc/man/lttng-stop.1.txt +++ b/doc/man/lttng-stop.1.txt @@ -11,7 +11,7 @@ lttng-stop - Stop an LTTng recording session SYNOPSIS -------- [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *stop* [option:--no-wait] ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *stop* [option:--no-wait] [option:--all | option:--glob 'SESSION' | 'SESSION'] DESCRIPTION @@ -62,6 +62,11 @@ option:-n, option:--no-wait:: Do :not: ensure that the trace data of the selected recording session is valid before exiting. +option:-a, option:--all:: + Stop all sessions. + +option:-g, option:--glob:: + Interpret SESSION as a globbing pattern. include::common-lttng-cmd-help-options.txt[] @@ -98,6 +103,26 @@ $ lttng stop --no-wait ---- ==== +.Stop all sessions. +==== +See the option:--all option. + +[role="term"] +---- +$ lttng stop --all +---- +==== + +.Stop all sessions with the suffix foo. +==== +See the option:--glob option. + +[role="term"] +---- +$ lttng stop --glob '*foo' +---- +==== + include::common-footer.txt[]