"Manual rotation" becomes "immediate rotation".
"Automatic rotation schedule" becomes "rotation schedule". We still
write "automatic rotation" as the result of a rotation schedule being
fulfilled by its condition.
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_DESTROY], [Tear down tracing sessions])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_DISABLE_CHANNEL], [Disable tracing channels])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_DISABLE_EVENT], [Disable event rules])
-_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_DISABLE_ROTATION], [Unset an automatic rotation schedule])
+_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_DISABLE_ROTATION], [Unset a rotation schedule])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_ENABLE_CHANNEL], [Create or enable tracing channels])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_ENABLE_EVENT], [Create or enable event rules])
-_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_ENABLE_ROTATION], [Set an automatic rotation schedule])
+_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_ENABLE_ROTATION], [Set a rotation schedule])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_HELP], [Display help information about a command])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_LIST], [List tracing sessions, domains, channels, and events])
_AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_LOAD], [Load tracing session configurations])
NAME
----
-lttng-disable-rotation - Unset a tracing session's automatic rotation schedule
+lttng-disable-rotation - Unset a tracing session's rotation schedule
SYNOPSIS
DESCRIPTION
-----------
-The `lttng disable-rotation` command unsets an automatic rotation
-schedule for the current tracing session, or for the tracing session
-named 'SESSION' if provided, previously set with the
-man:lttng-enable-rotation(1) command.
+The `lttng disable-rotation` command unsets a rotation schedule for the
+current tracing session, or for the tracing session named 'SESSION' if
+provided, previously set with the man:lttng-enable-rotation(1) command.
include::common-cmd-options-head.txt[]
-Automatic rotation schedule condition
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Rotation schedule condition
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
One of:
option:--size::
- Unset the automatic rotation schedule previously set with the
- nloption:--size option of the man:lttng-enable-rotation(1) command.
+ Unset the rotation schedule previously set with the nloption:--size
+ option of the man:lttng-enable-rotation(1) command.
option:--timer::
- Unset the automatic rotation schedule previously set with the
- nloption:--timer option of the man:lttng-enable-rotation(1) command.
+ Unset the rotation schedule previously set with the nloption:--timer
+ option of the man:lttng-enable-rotation(1) command.
Target
~~~~~~
option:-s 'SESSION', option:--session='SESSION'::
- Unset an automatic rotation schedule in the tracing session named
- 'SESSION' instead of the current tracing session.
+ Unset a rotation schedule in the tracing session named 'SESSION'
+ instead of the current tracing session.
include::common-cmd-help-options.txt[]
NAME
----
-lttng-enable-rotation - Set a tracing session's automatic rotation schedule
+lttng-enable-rotation - Set a tracing session's rotation schedule
SYNOPSIS
DESCRIPTION
-----------
-The `lttng enable-rotation` command sets an automatic rotation schedule
-for the current tracing session, or for the tracing session named
-'SESSION' if provided. See man:lttng-rotate(1) for more information
-about the concepts of a tracing session _rotation_ and a _trace chunk_.
+The `lttng enable-rotation` command sets a rotation schedule for the
+current tracing session, or for the tracing session named 'SESSION' if
+provided. See man:lttng-rotate(1) for more information about the
+concepts of a tracing session _rotation_ and a _trace chunk_.
With the option:--timer option, the rotation schedule is set so that an
automatic rotation occurs at least every 'PERIOD' (microseconds without
information about the monitor timer.
The naming convention of a trace chunk archive which an automatic
-rotation creates is the same as with the manual rotation command,
+rotation creates is the same as with the immediate rotation command,
man:lttng-rotate(1).
-For a given tracing session, you cannot set multiple automatic rotation
-schedules with the option:--timer or the option:--size option.
+For a given tracing session, you cannot set multiple rotation schedules
+with the option:--timer or the option:--size option.
-You can unset an automatic rotation schedule with the
-man:lttng-disable-rotation(1) command.
+You can unset a rotation schedule with the man:lttng-disable-rotation(1)
+command.
See <<limitations,LIMITATIONS>> for important limitations regarding
this command.
include::common-cmd-options-head.txt[]
-Automatic rotation schedule condition
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Rotation schedule condition
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
One of:
option:--size='SIZE'::
- Set an automatic rotation schedule so that an automatic rotation
- occurs every time the total size of the flushed part of the current
- trace chunk is at least 'SIZE' bytes. The `k` (kiB), `M` (MiB), and
- `G` (GiB) suffixes are supported.
+ Set a rotation schedule so that an automatic rotation occurs every
+ time the total size of the flushed part of the current trace chunk
+ is at least 'SIZE' bytes. The `k` (kiB), `M` (MiB), and `G` (GiB)
+ suffixes are supported.
option:--timer='PERIOD'::
- Set an automatic rotation schedule so that an automatic rotation
- occurs at least every 'PERIOD' microseconds. The
- `ms` (milliseconds), `s` (seconds), `m` (minutes), and `h` (hours)
- suffixes are supported.
+ Set a rotation schedule so that an automatic rotation occurs at
+ least every 'PERIOD' microseconds. The `ms` (milliseconds), `s`
+ (seconds), `m` (minutes), and `h` (hours) suffixes are supported.
Target
~~~~~~
option:-s 'SESSION', option:--session='SESSION'::
- Set an automatic rotation schedule for the tracing session named
- 'SESSION' instead of the current tracing session.
+ Set a rotation schedule for the tracing session named 'SESSION'
+ instead of the current tracing session.
include::common-cmd-help-options.txt[]
event amongst:
** The first time the tracing session was started with
man:lttng-start(1).
-** The last rotation, either a manual one with `lttng rotate`, or an
+** The last rotation, either an immediate one with `lttng rotate`, or an
automatic one from a rotation schedule previously set with
man:lttng-enable-rotation(1).
* The content of all the non-flushed sub-buffers of the tracing
limit (see the nloption:--tracefile-size and
nloption:--tracefile-count options in man:lttng-enable-channel(1)).
-* No manual rotation (`lttng rotate`) is currently happening.
+* No immediate rotation (`lttng rotate`) is currently happening.
-* No automatic rotation schedule is currently set (see
+* No rotation schedule is currently set (see
man:lttng-enable-rotation(1)).
+
One way around this is to:
+
--
-. Unset any automatic rotation schedule with
- man:lttng-disable-rotation(1).
-. Perform the manual rotation with `lttng rotation`.
+. Unset any rotation schedule with man:lttng-disable-rotation(1).
+. Perform the immediate rotation with `lttng rotation`.
. **If needed**, set the rotation schedule again
with man:lttng-enable-rotation(1).
--