Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
... / ...
CommitLineData
1lttng-disable-rotation(1)
2=========================
3:revdate: 30 April 2021
4
5
6NAME
7----
8lttng-disable-rotation - Unset an LTTng tracing session rotation schedule
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
15 (option:--timer | option:--size | option:--timer option:--size)
16
17
18DESCRIPTION
19-----------
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::
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.
32
33
34include::common-cmd-options-head.txt[]
35
36
37Rotation schedule condition
38~~~~~~~~~~~~~~~~~~~~~~~~~~~
39option:--size::
40 Unset the rotation schedule previously set with the nloption:--size
41 option of the man:lttng-enable-rotation(1) command.
42
43option:--timer::
44 Unset the rotation schedule previously set with the nloption:--timer
45 option of the man:lttng-enable-rotation(1) command.
46
47
48Recording target
49~~~~~~~~~~~~~~~~
50option:-s 'SESSION', option:--session='SESSION'::
51 Unset a rotation schedule for the tracing session named 'SESSION'
52 instead of the current tracing session.
53
54
55include::common-cmd-help-options.txt[]
56
57
58include::common-cmd-footer.txt[]
59
60
61SEE ALSO
62--------
63man:lttng(1),
64man:lttng-enable-rotation(1),
65man:lttng-rotate(1)
This page took 0.023204 seconds and 4 git commands to generate.