1 lttng-disable-rotation(1)
2 =========================
8 lttng-disable-rotation - Unset an LTTng tracing session rotation schedule
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
15 (option:--timer | option:--size | option:--timer option:--size)
20 The `lttng disable-rotation` command unsets a rotation schedule,
21 previously set with the man:lttng-enable-rotation(1) command, for:
23 With the option:--session='SESSION' option::
24 The tracing session named 'SESSION'.
26 Without the option:--session option::
27 The current tracing session (see man:lttng-concepts(7) to learn more
28 about the current tracing session).
30 See man:lttng-concepts(7) to learn more about the tracing session
31 rotation and trace chunk concepts.
33 See the <<examples,EXAMPLES>> section below for usage examples.
36 include::common-lttng-cmd-options-head.txt[]
39 Rotation schedule condition
40 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 Unset the rotation schedule previously set with the nloption:--size
43 option of the man:lttng-enable-rotation(1) command.
46 Unset the rotation schedule previously set with the nloption:--timer
47 option of the man:lttng-enable-rotation(1) command.
52 option:-s 'SESSION', option:--session='SESSION'::
53 Unset a rotation schedule for the tracing session named 'SESSION'
54 instead of the current tracing session.
57 include::common-lttng-cmd-help-options.txt[]
60 include::common-lttng-cmd-after-options.txt[]
66 .Unset the size-based rotation schedule of the current tracing session.
68 See the option:--size option.
72 $ lttng disable-rotation --size
76 .Unset the periodic rotation schedule of a specific tracing session.
78 See the option:--timer and option:--session options.
82 $ lttng disable-rotation --session=my-session --timer
87 include::common-footer.txt[]
93 man:lttng-enable-rotation(1),