LTTNG-RELAYD(8): document the --fd-pool-size option
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
1 lttng-disable-rotation(1)
2 =========================
3 :revdate: 8 November 2018
4
5
6 NAME
7 ----
8 lttng-disable-rotation - Unset a tracing session's 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 for the
21 current tracing session, or for the tracing session named 'SESSION' if
22 provided, previously set with the man:lttng-enable-rotation(1) command.
23
24
25 include::common-cmd-options-head.txt[]
26
27
28 Rotation schedule condition
29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 option:--size::
31 Unset the rotation schedule previously set with the nloption:--size
32 option of the man:lttng-enable-rotation(1) command.
33
34 option:--timer::
35 Unset the rotation schedule previously set with the nloption:--timer
36 option of the man:lttng-enable-rotation(1) command.
37
38
39 Target
40 ~~~~~~
41 option:-s 'SESSION', option:--session='SESSION'::
42 Unset a rotation schedule in the tracing session named 'SESSION'
43 instead of the current tracing session.
44
45
46 include::common-cmd-help-options.txt[]
47
48
49 include::common-cmd-footer.txt[]
50
51
52 SEE ALSO
53 --------
54 man:lttng-enable-rotation(1),
55 man:lttng(1)
This page took 0.03023 seconds and 4 git commands to generate.