X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-disable-rotation.1.txt;h=c28d699d215545d23544e848875acdf347734443;hb=101b92daa8a82c039c608e52ed8b1d4b88c36dfa;hp=8b68ded7a324589084972b1930aa40ec88ee3bb5;hpb=f5511eeafdb40b9589306519633566c3be48756c;p=lttng-tools.git diff --git a/doc/man/lttng-disable-rotation.1.txt b/doc/man/lttng-disable-rotation.1.txt index 8b68ded7a..c28d699d2 100644 --- a/doc/man/lttng-disable-rotation.1.txt +++ b/doc/man/lttng-disable-rotation.1.txt @@ -1,6 +1,6 @@ lttng-disable-rotation(1) ========================= -:revdate: 30 April 2021 +:revdate: 17 May 2021 NAME @@ -30,6 +30,8 @@ Without the option:--session option:: See man:lttng-concepts(7) to learn more about the tracing session rotation and trace chunk concepts. +See the <> section below for usage examples. + include::common-lttng-cmd-options-head.txt[] @@ -58,6 +60,30 @@ include::common-lttng-cmd-help-options.txt[] include::common-lttng-cmd-after-options.txt[] +[[examples]] +EXAMPLES +-------- +.Unset the size-based rotation schedule of the current tracing session. +==== +See the option:--size option. + +[role="term"] +---- +$ lttng disable-rotation --size +---- +==== + +.Unset the periodic rotation schedule of a specific tracing session. +==== +See the option:--timer and option:--session options. + +[role="term"] +---- +$ lttng disable-rotation --session=my-session --timer +---- +==== + + include::common-footer.txt[]