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