Commit | Line | Data |
---|---|---|
980bb5fd PP |
1 | lttng-disable-rotation(1) |
2 | ========================= | |
4605890e | 3 | :revdate: 8 November 2018 |
980bb5fd PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
31099add | 8 | lttng-disable-rotation - Unset a tracing session's rotation schedule |
980bb5fd PP |
9 | |
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
eb027cfc PP |
14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-rotation* [option:--session='SESSION'] |
15 | (option:--timer | option:--size | option:--timer option:--size) | |
980bb5fd PP |
16 | |
17 | ||
18 | DESCRIPTION | |
19 | ----------- | |
31099add PP |
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. | |
980bb5fd PP |
23 | |
24 | ||
25 | include::common-cmd-options-head.txt[] | |
26 | ||
27 | ||
31099add PP |
28 | Rotation schedule condition |
29 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
980bb5fd | 30 | option:--size:: |
31099add PP |
31 | Unset the rotation schedule previously set with the nloption:--size |
32 | option of the man:lttng-enable-rotation(1) command. | |
980bb5fd PP |
33 | |
34 | option:--timer:: | |
31099add PP |
35 | Unset the rotation schedule previously set with the nloption:--timer |
36 | option of the man:lttng-enable-rotation(1) command. | |
980bb5fd PP |
37 | |
38 | ||
39 | Target | |
40 | ~~~~~~ | |
41 | option:-s 'SESSION', option:--session='SESSION':: | |
31099add PP |
42 | Unset a rotation schedule in the tracing session named 'SESSION' |
43 | instead of the current tracing session. | |
980bb5fd PP |
44 | |
45 | ||
46 | include::common-cmd-help-options.txt[] | |
47 | ||
48 | ||
980bb5fd PP |
49 | include::common-cmd-footer.txt[] |
50 | ||
51 | ||
52 | SEE ALSO | |
53 | -------- | |
54 | man:lttng-enable-rotation(1), | |
55 | man:lttng(1) |