Change --jul-port-tcp and jul.port to use agent namespace
[lttng-tools.git] / doc / man / lttng-sessiond.8
index 8a7e042100802a3c912703d9d7e0a609567614e6..6fdc4830286edd3e85757de9360fc1e19fd8cdf4 100644 (file)
@@ -78,8 +78,8 @@ No output at all.
 .BR "    --no-kernel"
 No kernel tracer support
 .TP
-.BR "    --jul-tcp-port"
-JUL application registration TCP port (default: 5345)
+.BR "    --agent-tcp-port"
+Agent application registration TCP port (default: 5345)
 .TP
 .BR "    --kmod-probes=probe1, probe2, ..."
 Specify the kernel modules containing LTTng probes to load by the session daemon.
@@ -123,7 +123,22 @@ Specify path for the 64-bit UST consumer daemon binary
 Specify path for the 64-bit UST consumer daemon libraries
 .TP
 .BR "-l, --load PATH
-Specify path from which to load session configurations
+Specify path from which to automatically load session configuration(s).
+
+.SH "LOADING SESSIONS"
+
+.PP
+By default, the session daemon tries to load session configuration(s) located
+in the user default directory \fB~/.lttng/sessions/auto/\fP and in the system
+wide one in \fB/etc/lttng/sessions/auto/\fP. Note that the directory containing
+the session's configuration and lttng-sessiond MUST have the same UID for them
+to be automatically loaded.
+
+Specifiying a path with \-l, \-\-load PATH overrides the default directory and
+UID check. The lttng-sessiond will simply check if it's accessible and try to
+load every session file in it.
+.PP
+
 .SH "ENVIRONMENT VARIABLES"
 
 .PP
This page took 0.02433 seconds and 4 git commands to generate.