1a9e14ef06aea4a0c2477e4053f0ca261750d397
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
1 lttng-disable-rotation(1)
2 =========================
3
4
5 NAME
6 ----
7 lttng-disable-rotation - Unset a tracing session's automatic rotation schedule
8
9
10 SYNOPSIS
11 --------
12 [verse]
13 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* (option:--timer | option:--size)
14 [option:--session='SESSION']
15
16
17 DESCRIPTION
18 -----------
19 The `lttng disable-rotation` command unsets an automatic rotation
20 schedule for the current tracing session, or for the tracing session
21 named 'SESSION' if provided, previously set with the
22 man:lttng-enable-rotation(1) command.
23
24
25 include::common-cmd-options-head.txt[]
26
27
28 Automatic rotation schedule condition
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 One of:
31
32 option:--size::
33 Unset the automatic rotation schedule previously set with the
34 nloption:--size option of the man:lttng-enable-rotation(1) command.
35
36 option:--timer::
37 Unset the automatic rotation schedule previously set with the
38 nloption:--timer option of the man:lttng-enable-rotation(1) command.
39
40
41 Target
42 ~~~~~~
43 option:-s 'SESSION', option:--session='SESSION'::
44 Unset an automatic rotation schedule in the tracing session named
45 'SESSION' instead of the current tracing session.
46
47
48 include::common-cmd-help-options.txt[]
49
50
51 [[limitations]]
52 LIMITATIONS
53 -----------
54 The `lttng enable-rotation` command only works when:
55
56 * The tracing session is created in normal mode or in network streaming
57 mode (see man:lttng-create(1)).
58
59 * No channel was created with a configured trace file count or size
60 limit (see the nloption:--tracefile-size and
61 nloption:--tracefile-count options in man:lttng-enable-channel(1)).
62
63 For a given tracing session, LTTng only performs an automatic rotation
64 when no other rotation is currently happening.
65
66
67 include::common-cmd-footer.txt[]
68
69
70 SEE ALSO
71 --------
72 man:lttng-enable-rotation(1),
73 man:lttng(1)
This page took 0.029944 seconds and 3 git commands to generate.