X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-stop.1.txt;h=aafde32d88f0663e0a03fa6529523cbe4b7d87b5;hp=8e71529df14ee805583b64a5270db02b9f5309d3;hb=980bb5fda2120f8d2a4e82fcf72be7cbbeb85fd2;hpb=5dd0d9a56e0d03d5897cf7322e9c6037deb23e4b diff --git a/doc/man/lttng-stop.1.txt b/doc/man/lttng-stop.1.txt index 8e71529df..aafde32d8 100644 --- a/doc/man/lttng-stop.1.txt +++ b/doc/man/lttng-stop.1.txt @@ -38,6 +38,15 @@ option:--no-wait option, the command finishes immediately, hence a local trace might not be valid when the command is done. In this case, there is no way to know when the trace becomes valid. +If at least one rotation occurred during the chosen tracing session's +lifetime (see man:lttng-rotate(1) and man:lttng-enable-rotation(1)), the +`lttng stop` command renames the current trace chunk subdirectory and +prints the renamed path. Although it is safe to read the content of this +renamed subdirectory while the tracing session remains inactive (until +the next man:lttng-start(1)), it is :not: a trace chunk archive: you +need to destroy the tracing session with man:lttng-destroy(1) or make +a rotation with man:lttng-rotate(1) to archive it. + include::common-cmd-options-head.txt[]