X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-clear.1.txt;h=e2b878cf36ab72919e4c770b5a836190578941cb;hb=da39b67ce2828bfc63a02db969048bfe1abd4ca0;hp=4fb52671aca669ce5cd79e07e9cb89c993a25066;hpb=f5511eeafdb40b9589306519633566c3be48756c;p=lttng-tools.git diff --git a/doc/man/lttng-clear.1.txt b/doc/man/lttng-clear.1.txt index 4fb52671a..e2b878cf3 100644 --- a/doc/man/lttng-clear.1.txt +++ b/doc/man/lttng-clear.1.txt @@ -1,6 +1,6 @@ lttng-clear(1) ============== -:revdate: 3 May 2021 +:revdate: 17 May 2021 NAME ---- @@ -54,6 +54,8 @@ man:lttng-relayd(8) can disable remote clearing operations. If LTTng sends tracing data over the network for the selected tracing session(s) to an LTTng relay daemon configured as such, the `clear` command fails. +See the ``<>'' section below for usage examples. + include::common-lttng-cmd-options-head.txt[] @@ -73,6 +75,36 @@ include::common-lttng-cmd-help-options.txt[] include::common-lttng-cmd-after-options.txt[] +[[examples]] +EXAMPLES +-------- +.Clear the current tracing session. +==== +[role="term"] +---- +$ lttng clear +---- +==== + +.Clear a specific tracing session. +==== +[role="term"] +---- +$ lttng clear my-session +---- +==== + +.Clear all tracing sessions. +==== +See the option:--all option. + +[role="term"] +---- +$ lttng clear --all +---- +==== + + include::common-footer.txt[]