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