X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8.txt;h=d57f5fe1c0de225f49d66ea71c8726fdc9693bbc;hp=24f73143aeb94cf7a5915a1da9d303e23185a75b;hb=9bbd8e06acdcc06e6a6b22670c79a4da3e793f70;hpb=41c9a41144433afe97840536f6258d90ec3351ba diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index 24f73143a..d57f5fe1c 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -152,7 +152,7 @@ Paths and ports ~~~~~~~~~~~~~~~ option:--agent-tcp-port='PORT':: Listen on TCP port 'PORT' for agent application registrations - (default: 5345). + (default: {default_agent_tcp_port}). option:-a, option:--apps-sock='PATH':: Set application Unix socket path to 'PATH'. @@ -224,11 +224,14 @@ ENVIRONMENT VARIABLES Note that command-line options override their equivalent environment variable. +`LTTNG_ABORT_ON_ERROR`:: + Set to 1 to abort the process after the first error is encountered. + `LTTNG_APP_SOCKET_TIMEOUT`:: Application socket's timeout (seconds) when sending/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: 5. + Default value: {default_app_socket_rw_timeout}. `LTTNG_CONSUMERD32_BIN`:: 32-bit consumer daemon binary path.