lttng-enable-rotation.1.txt: add that SIZE/PERIOD are approximations
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 8 Nov 2018 21:36:57 +0000 (16:36 -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 ef2b21611182f9c81ac2b6f7f0ecfd9d9fb2df2b..eb7622d54f86034169afaf37924440030005551b 100644 (file)
@@ -30,13 +30,14 @@ 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
 without a unit suffix).
 
-With both the option:--timer and option:--size options, LTTng checks the
+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'. See the
+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.
 
This page took 0.025213 seconds and 4 git commands to generate.