doc/man: follow man-pages(7) for section names/order and for "SEE ALSO"
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
1 lttng-disable-rotation(1)
2 =========================
3 :revdate: 30 April 2021
4
5
6 NAME
7 ----
8 lttng-disable-rotation - Unset an LTTng tracing session rotation schedule
9
10
11 SYNOPSIS
12 --------
13 [verse]
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
15 (option:--timer | option:--size | option:--timer option:--size)
16
17
18 DESCRIPTION
19 -----------
20 The `lttng disable-rotation` command unsets a rotation schedule,
21 previously set with the man:lttng-enable-rotation(1) command, for:
22
23 With the option:--session='SESSION' option::
24 The tracing session named 'SESSION'.
25
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).
29
30 See man:lttng-concepts(7) to learn more about the tracing session
31 rotation and trace chunk concepts.
32
33
34 include::common-cmd-options-head.txt[]
35
36
37 Rotation schedule condition
38 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 option:--size::
40 Unset the rotation schedule previously set with the nloption:--size
41 option of the man:lttng-enable-rotation(1) command.
42
43 option:--timer::
44 Unset the rotation schedule previously set with the nloption:--timer
45 option of the man:lttng-enable-rotation(1) command.
46
47
48 Recording target
49 ~~~~~~~~~~~~~~~~
50 option:-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
55 include::common-cmd-help-options.txt[]
56
57
58 include::common-cmd-footer.txt[]
59
60
61 SEE ALSO
62 --------
63 man:lttng(1),
64 man:lttng-enable-rotation(1),
65 man:lttng-rotate(1),
66 man:lttng-concepts(7)
This page took 0.031246 seconds and 5 git commands to generate.