From: Jérémie Galarneau Date: Thu, 5 Jul 2018 01:28:18 +0000 (-0400) Subject: LTTNG-RELAYD(8): document the --fd-pool-size option X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=f4be8230ca6e68be3bf30658d9cbaa987c082a66 LTTNG-RELAYD(8): document the --fd-pool-size option Signed-off-by: Jérémie Galarneau --- diff --git a/doc/man/lttng-relayd.8.txt b/doc/man/lttng-relayd.8.txt index 6a1f0bee2..72cc3a402 100644 --- a/doc/man/lttng-relayd.8.txt +++ b/doc/man/lttng-relayd.8.txt @@ -11,8 +11,9 @@ SYNOPSIS -------- [verse] *lttng-relayd* [option:--background | option:--daemonize] - [option:--control-port='URL'] [option:--data-port='URL'] [option:--live-port='URL'] - [option:--output='PATH'] [option:-v | option:-vv | option:-vvv] + [option:--control-port='URL'] [option:--data-port='URL'] [option:--fd-pool-size='COUNT'] + [option:--live-port='URL'] [option:--output='PATH'] + [option:-v | option:-vv | option:-vvv] DESCRIPTION @@ -105,6 +106,12 @@ option:-d, option:--daemonize:: option:--background option instead to keep the file descriptors open. +option:--fd-pool-size='COUNT':: + Set the size of the file descritptor pool. This effectively sets a + limit on the number of file descriptors that may be kept open + simultaneously by the daemon (default: the soft RLIMIT_NOFILE resource + limit of the process). + option:-g 'GROUP', option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`).