X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8;h=ee355fe1af526a8d5cfe83a601b459ec315c518c;hb=72dd74910ee17be5d82c6b2286f454942bf19d24;hp=dfc94185ff6f2722ea8f865c26ca2e69e522063b;hpb=c5db699c91964a0f2c73f75677504c531f9f376f;p=lttng-tools.git diff --git a/doc/man/lttng-sessiond.8 b/doc/man/lttng-sessiond.8 index dfc94185f..ee355fe1a 100644 --- a/doc/man/lttng-sessiond.8 +++ b/doc/man/lttng-sessiond.8 @@ -56,6 +56,9 @@ Verbose mode for consumer. Activate DBG() macro. .BR "-d, --daemonize" Start as a daemon .TP +.BR "-b, --background" +Start as a daemon, keeping console open +.TP .BR "-g, --group=NAME" Specify the tracing group name. (default: tracing) .TP @@ -63,7 +66,7 @@ Specify the tracing group name. (default: tracing) Show version number .TP .BR "-S, --sig-parent" -Send SIGCHLD to parent pid to notify readiness. +Send SIGUSR1 to parent pid to notify readiness. This is used by \fBlttng(1)\fP to get notified when the session daemon is ready to accept command. When building a third party tool over liblttng-ctl, this option @@ -134,9 +137,14 @@ Debug-mode disabling use of clone/fork. Insecure, but required to allow debuggers to work with sessiond on some operating systems. .IP "LTTNG_APP_SOCKET_TIMEOUT" Control the timeout of application's socket when sending and receiving -commands. After this period of time, the application is unregistered by the -session daemon. A value of 0 or -1 means an infinite timeout. Default value is -5 seconds. +commands. Takes an integer parameter: the timeout value, in seconds. +After this period of time, the application is unregistered by the +session daemon. A value of 0 or -1 means an infinite timeout. Default +value is 5 seconds. +.IP "LTTNG_NETWORK_SOCKET_TIMEOUT" +Control timeout of socket connection, receive and send. Takes an integer +parameter: the timeout value, in milliseconds. A value of 0 or -1 uses +the timeout of the operating system (this is the default). .SH "SEE ALSO" .PP