vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
CommitLineData
980bb5fd
PP
1lttng-disable-rotation(1)
2=========================
e9711845 3:revdate: 14 June 2021
980bb5fd
PP
4
5
6NAME
7----
e9711845 8lttng-disable-rotation - Unset an LTTng recording 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::
e9711845 24 The recording session named 'SESSION'.
484b2a0c
PP
25
26Without the option:--session option::
e9711845
PP
27 The current recording session (see man:lttng-concepts(7) to learn
28 more about the current recording session).
26f0c779 29
e9711845 30See man:lttng-concepts(7) to learn more about the recording session
26f0c779 31rotation and trace chunk concepts.
980bb5fd 32
da39b67c 33See the ``<<examples,EXAMPLES>>'' section below for usage examples.
163734a6 34
980bb5fd 35
f5511eea 36include::common-lttng-cmd-options-head.txt[]
980bb5fd
PP
37
38
31099add
PP
39Rotation schedule condition
40~~~~~~~~~~~~~~~~~~~~~~~~~~~
980bb5fd 41option:--size::
31099add
PP
42 Unset the rotation schedule previously set with the nloption:--size
43 option of the man:lttng-enable-rotation(1) command.
980bb5fd
PP
44
45option:--timer::
31099add
PP
46 Unset the rotation schedule previously set with the nloption:--timer
47 option of the man:lttng-enable-rotation(1) command.
980bb5fd
PP
48
49
484b2a0c
PP
50Recording target
51~~~~~~~~~~~~~~~~
980bb5fd 52option:-s 'SESSION', option:--session='SESSION'::
e9711845
PP
53 Unset a rotation schedule for the recording session named 'SESSION'
54 instead of the current recording session.
980bb5fd
PP
55
56
f5511eea 57include::common-lttng-cmd-help-options.txt[]
980bb5fd
PP
58
59
f5511eea
PP
60include::common-lttng-cmd-after-options.txt[]
61
62
163734a6
PP
63[[examples]]
64EXAMPLES
65--------
e9711845 66.Unset the size-based rotation schedule of the current recording session.
163734a6
PP
67====
68See the option:--size option.
69
70[role="term"]
71----
72$ lttng disable-rotation --size
73----
74====
75
e9711845 76.Unset the periodic rotation schedule of a specific recording session.
163734a6
PP
77====
78See the option:--timer and option:--session options.
79
80[role="term"]
81----
82$ lttng disable-rotation --session=my-session --timer
83----
84====
85
86
f5511eea 87include::common-footer.txt[]
980bb5fd
PP
88
89
90SEE ALSO
91--------
484b2a0c 92man:lttng(1),
980bb5fd 93man:lttng-enable-rotation(1),
af1c4164
PP
94man:lttng-rotate(1),
95man:lttng-concepts(7)
This page took 0.049104 seconds and 5 git commands to generate.