Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
CommitLineData
980bb5fd
PP
1lttng-disable-rotation(1)
2=========================
26f0c779 3:revdate: 30 April 2021
980bb5fd
PP
4
5
6NAME
7----
26f0c779 8lttng-disable-rotation - Unset an LTTng tracing session rotation schedule
980bb5fd
PP
9
10
11SYNOPSIS
12--------
13[verse]
eb027cfc
PP
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
15 (option:--timer | option:--size | option:--timer option:--size)
980bb5fd
PP
16
17
18DESCRIPTION
19-----------
484b2a0c
PP
20The `lttng disable-rotation` command unsets a rotation schedule,
21previously set with the man:lttng-enable-rotation(1) command, for:
22
23With the option:--session='SESSION' option::
24 The tracing session named 'SESSION'.
25
26Without the option:--session option::
26f0c779
PP
27 The current tracing session (see man:lttng-concepts(7) to learn more
28 about the current tracing session).
29
30See man:lttng-concepts(7) to learn more about the tracing session
31rotation and trace chunk concepts.
980bb5fd
PP
32
33
34include::common-cmd-options-head.txt[]
35
36
31099add
PP
37Rotation schedule condition
38~~~~~~~~~~~~~~~~~~~~~~~~~~~
980bb5fd 39option:--size::
31099add
PP
40 Unset the rotation schedule previously set with the nloption:--size
41 option of the man:lttng-enable-rotation(1) command.
980bb5fd
PP
42
43option:--timer::
31099add
PP
44 Unset the rotation schedule previously set with the nloption:--timer
45 option of the man:lttng-enable-rotation(1) command.
980bb5fd
PP
46
47
484b2a0c
PP
48Recording target
49~~~~~~~~~~~~~~~~
980bb5fd 50option:-s 'SESSION', option:--session='SESSION'::
484b2a0c 51 Unset a rotation schedule for the tracing session named 'SESSION'
31099add 52 instead of the current tracing session.
980bb5fd
PP
53
54
55include::common-cmd-help-options.txt[]
56
57
980bb5fd
PP
58include::common-cmd-footer.txt[]
59
60
61SEE ALSO
62--------
484b2a0c 63man:lttng(1),
980bb5fd 64man:lttng-enable-rotation(1),
484b2a0c 65man:lttng-rotate(1)
This page took 0.030615 seconds and 4 git commands to generate.