X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8.txt;h=c35ccdccf34136733f7cd79044d1a20ef8f3da13;hp=e84c70b92d3f3b66b899b326b7689dd90178f1d4;hb=761ffce23895ccf66a7a410b9037fa3f128fb20a;hpb=32357a9aba8ff33b71b46ec05b285171b97b9e55 diff --git a/doc/man/lttng-sessiond.8.txt b/doc/man/lttng-sessiond.8.txt index e84c70b92..c35ccdccf 100644 --- a/doc/man/lttng-sessiond.8.txt +++ b/doc/man/lttng-sessiond.8.txt @@ -25,6 +25,8 @@ SYNOPSIS [option:--ustconsumerd64-cmd-sock='PATH'] [option:--consumerd32-path='PATH'] [option:--consumerd32-libdir='PATH'] [option:--consumerd64-path='PATH'] [option:--consumerd64-libdir='PATH'] + [option:--event-notifier-error-buffer-size-kernel='SIZE'] + [option:--event-notifier-error-buffer-size-userspace='SIZE'] [option:--quiet | [option:-v | option:-vv | option:-vvv] [option:--verbose-consumer]] @@ -99,18 +101,18 @@ option:-b, option:--background:: Use the option:--daemonize option instead to close the file descriptors. +option:-f 'PATH', option:--config='PATH':: + Load session daemon configuration from path 'PATH'. + option:-d, option:--daemonize:: Start as Unix daemon, and close file descriptors (console). Use the option:--background option instead to keep the file descriptors open. -option:-f, option:--config='PATH':: - Load session daemon configuration from path 'PATH'. - -option:-g, option:--group='GROUP':: +option:-g 'GROUP', option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`). -option:-l, option:--load='PATH':: +option:-l 'PATH', option:--load='PATH':: Automatically load tracing session configurations from 'PATH', either a directory or a file, instead of loading them from the default search directories. @@ -123,6 +125,13 @@ session daemon is ready to accept commands. When building a third party tool on liblttng-ctl, this option can be very handy to synchronize the control tool and the session daemon. +option:--event-notifier-error-buffer-size-kernel='SIZE':: + Set the size of the kernel event notifier error counter buffers to 'SIZE. + +option:--event-notifier-error-buffer-size-userspace='SIZE':: + Set the size of the userspace event notifier error counter buffers to + 'SIZE. + Linux kernel tracing ~~~~~~~~~~~~~~~~~~~~