X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=6f9540625f07d4cb662583048585efce4fc277ff;hb=d73c58020df7ccd20d1edd250b0f00f0d7d25b5b;hp=cef16fa7e43249038ce9331d8278f62e94c5c216;hpb=f9e8873bbe496a72e966309c81968c7ff96bba36;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index cef16fa7e..6f9540625 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -233,6 +233,8 @@ The $HOME environment variable can be overridden by defining the environment variable LTTNG_HOME. This is useful when the user running the commands has a non-writeable home directory. +The session name MUST NOT contain the character '/'. + .B OPTIONS: .TP @@ -253,12 +255,13 @@ Set the session in snapshot mode. Created in no-output mode and uses the URL, if one is specified, as the default snapshot output. Every channel will be set in overwrite mode and with mmap output (splice not supported). .TP -.BR "\-\-live USEC" +.BR "\-\-live [USEC]" Set the session exclusively in live mode. The paremeter is the delay in micro seconds before the data is flushed and streamed. The live mode allows you to stream the trace and view it while it's being recorded by any tracer. For that, you need a lttng-relayd and this session requires a network URL (\-U or -\-C/\-D). +\-C/\-D). If no USEC nor URL is provided, the default is to use a timer value +set to 1000000 and the network URL set to net://127.0.0.1. To read a live session, you can use babeltrace(1) or the live streaming protocol in doc/live-reading-protocol.txt. Here is an example: