lttng-view: make babeltrace2 the default viewer
[lttng-tools.git] / doc / man / lttng-disable-rotation.1.txt
... / ...
CommitLineData
1lttng-disable-rotation(1)
2=========================
3:revdate: 8 November 2018
4
5
6NAME
7----
8lttng-disable-rotation - Unset a tracing session's rotation schedule
9
10
11SYNOPSIS
12--------
13[verse]
14*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION']
15 (option:--timer | option:--size | option:--timer option:--size)
16
17
18DESCRIPTION
19-----------
20The `lttng disable-rotation` command unsets a rotation schedule for the
21current tracing session, or for the tracing session named 'SESSION' if
22provided, previously set with the man:lttng-enable-rotation(1) command.
23
24
25include::common-cmd-options-head.txt[]
26
27
28Rotation schedule condition
29~~~~~~~~~~~~~~~~~~~~~~~~~~~
30option:--size::
31 Unset the rotation schedule previously set with the nloption:--size
32 option of the man:lttng-enable-rotation(1) command.
33
34option:--timer::
35 Unset the rotation schedule previously set with the nloption:--timer
36 option of the man:lttng-enable-rotation(1) command.
37
38
39Target
40~~~~~~
41option:-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
46include::common-cmd-help-options.txt[]
47
48
49include::common-cmd-footer.txt[]
50
51
52SEE ALSO
53--------
54man:lttng-enable-rotation(1),
55man:lttng(1)
This page took 0.021914 seconds and 4 git commands to generate.