[lttng-dev] [PATCH lttng-tools v3 2/2] man: document dead-peer detection for relayd

Jérémie Galarneau jeremie.galarneau at efficios.com
Thu Nov 23 19:03:13 UTC 2017


Phil, any comments on this patch?

Jérémie

On 6 October 2017 at 14:22, Jonathan Rajotte
<jonathan.rajotte-julien at efficios.com> wrote:
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien at efficios.com>
> ---
>  doc/man/lttng-relayd.8.txt | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt
> index 218526a1..e37ce845 100644
> --- a/doc/man/lttng-relayd.8.txt
> +++ b/doc/man/lttng-relayd.8.txt
> @@ -162,6 +162,25 @@ ENVIRONMENT VARIABLES
>  `LTTNG_RELAYD_HEALTH`::
>      Path to relay daemon health's socket.
>
> +`LTTNG_RELAYD_TCP_KEEP_ALIVE_ENABLE`::
> +    Set to 1 to enable the use of tcp keep-alive allowing the detection of dead
> +    peers.
> +
> +`LTTNG_RELAYD_TCP_KEEP_ALIVE_TIME`::
> +    See tcp(7) tcp_keepalive_time or tcp_keepalive_interval on Solaris 11.
> +    A value of -1 lets the operating system manage this parameter (default).
> +
> +`LTTNG_RELAYD_TCP_KEEP_ALIVE_PROBES`::
> +    See tcp(7) tcp_keepalive_probes.
> +    A value of -1 lets the operating system manage this parameter (default).
> +
> +NOTE: Not supported on Solaris.
> +
> +`LTTNG_RELAYD_TCP_KEEP_ALIVE_INTVL`::
> +    See tcp(7) tcp_keepalive_intvl.
> +    A value of -1 lets the operating system manage this parameter (default).
> +
> +NOTE: Not supported on Solaris.
>
>  FILES
>  -----
> --
> 2.11.0
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list