lttng-enable-rotation.1.txt: --timer option should be fairly precise
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Nov 2018 17:48:52 +0000 (12:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 16 Nov 2018 20:48:07 +0000 (15:48 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-enable-rotation.1.txt

index 37c9e2c7be4fa021d12aaf9aa47dd76aced9f603..e8970cd97b64187eac8b3ad8647bfd8d2073477c 100644 (file)
@@ -32,14 +32,18 @@ without a unit suffix).
 
 For both option:--timer and option:--size options, LTTng checks the
 schedule condition periodically using the monitor timers of the tracing
 
 For both option:--timer and option:--size options, LTTng checks the
 schedule condition periodically using the monitor timers of the tracing
-session's channels. This means that, with the option:--timer option, the
-automatic rotation can occur when the elapsed time since the last
-automatic rotation is greater than 'PERIOD', and with the option:--size
-option, the automatic rotation can occur when the size of the flushed
-part of the current trace chunk is greater than 'SIZE'. Therefore the
-'PERIOD' and 'SIZE' arguments are approximations. See the
-nloption:--monitor-timer option in man:lttng-enable-channel(1) for more
-information about the monitor timer.
+session's channels (see the nloption:--monitor-timer option of the
+man:lttng-enable-channel(1) command). This means that:
+
+* With the option:--timer option, the automatic rotation can occur when
+  the elapsed time since the last automatic rotation is slightly greater
+  than 'PERIOD'. The exact precision is governed by the monitor timer's
+  precision, which relies on the precision of the platform's
+  implementation of POSIX timers.
+
+* With the option:--size option, the automatic rotation can occur when
+  the size of the flushed part of the current trace chunk is greater
+  than 'SIZE'.
 
 You can combine the option:--timer and option:--size options.
 
 
 You can combine the option:--timer and option:--size options.
 
This page took 0.027315 seconds and 5 git commands to generate.