f9255a94e534ff3a445c3f9e74883a55e6851d53
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
1 lttng-disable-rotation(1)
2 =========================
3 :revdate: 21 April 2021
4
5
6 NAME
7 ----
8 lttng-disable-rotation - Unset a 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-create(1) and
28 man:lttng-set-session(1) to learn more about the current tracing
29 session).
30
31
32 include::common-cmd-options-head.txt[]
33
34
35 Rotation schedule condition
36 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 option:--size::
38 Unset the rotation schedule previously set with the nloption:--size
39 option of the man:lttng-enable-rotation(1) command.
40
41 option:--timer::
42 Unset the rotation schedule previously set with the nloption:--timer
43 option of the man:lttng-enable-rotation(1) command.
44
45
46 Recording target
47 ~~~~~~~~~~~~~~~~
48 option:-s 'SESSION', option:--session='SESSION'::
49 Unset a rotation schedule for the tracing session named 'SESSION'
50 instead of the current tracing session.
51
52
53 include::common-cmd-help-options.txt[]
54
55
56 include::common-cmd-footer.txt[]
57
58
59 SEE ALSO
60 --------
61 man:lttng(1),
62 man:lttng-enable-rotation(1),
63 man:lttng-rotate(1)
This page took 0.030851 seconds and 4 git commands to generate.