X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-rotate.1.txt;h=85b95fc3af1173c4086bf47c9dadcabaa344b5b5;hp=f290cae312a721f67180cada18bd96a89efa5380;hb=b7b423343b46c1669491b428efc1df375bc90421;hpb=980bb5fda2120f8d2a4e82fcf72be7cbbeb85fd2 diff --git a/doc/man/lttng-rotate.1.txt b/doc/man/lttng-rotate.1.txt index f290cae31..85b95fc3a 100644 --- a/doc/man/lttng-rotate.1.txt +++ b/doc/man/lttng-rotate.1.txt @@ -33,7 +33,7 @@ The _current trace chunk_ of a given tracing session includes: 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 @@ -69,9 +69,9 @@ this command. Trace chunk archive naming ~~~~~~~~~~~~~~~~~~~~~~~~~~ A trace chunk archive is a subdirectory of a tracing session's output -directory (see the nloption:--output option in man:lttng-create(1)) -which contains, through tracing domain and possibly UID/PID -subdirectories, metadata and data stream files. +directory (see the nloption:--output option in man:lttng-create(1) and +man:lttng-relayd(8)) which contains, through tracing domain and possibly +UID/PID subdirectories, metadata and data stream files. A trace chunk archive is, at the same time: @@ -135,20 +135,7 @@ The `lttng rotate` command only works when: 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 automatic 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`. -. **If needed**, set the rotation schedule again - with man:lttng-enable-rotation(1). --- +* No immediate rotation (`lttng rotate`) is currently happening. include::common-cmd-footer.txt[]