X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-sessiond.8;h=8c29e61ccd69871d9fc4c9c3ec2b34b6f7244cdd;hp=212b743fa9d0cd46d91d85db79b00e208c442638;hb=c0fdca17a0132494a6750ddcbf4f8e076f7366ea;hpb=eb82f91d0a44a7c51781d261a6b50d804246ff1e diff --git a/doc/man/lttng-sessiond.8 b/doc/man/lttng-sessiond.8 index 212b743fa..8c29e61cc 100644 --- a/doc/man/lttng-sessiond.8 +++ b/doc/man/lttng-sessiond.8 @@ -36,14 +36,17 @@ them when the time has come. The user don't need to manage the lttng-consumerd. .SH "OPTIONS" .PP -This program follow the usual GNU command line syntax with long options starting with -two dashes. Below is a summary of the available options. +This program follows the usual GNU command line syntax with long options starting +with two dashes. Below is a summary of the available options. .PP .TP .BR "-h, --help" Show summary of possible options and commands .TP +.BR "\-V, \-\-version" +Show version. +.TP .BR "-v, --verbose" Increase verbosity @@ -86,6 +89,12 @@ Specify the kernel modules containing LTTng probes to load by the session daemon Only the component name of the probe needs to be specified, e.g. to load the lttng-probe-irq and lttng-probe-sched use: --kmod-probes="irq, sched". .TP +.BR " --extra-kmod-probes=probe1, probe2, ..." +Specify extra kernel modules containing LTTng probes to be loaded by the session +daemon. The list follows the format of the \fB--kmod-probes\fP option. +This list is appended to the list provided by \fB--kmod-probes\fP or, if +\fB--kmod-probes\fP is missing, to the default list of probes. +.TP .BR "-c, --client-sock=PATH" Specify path for the client unix socket .TP @@ -124,6 +133,9 @@ Specify path for the 64-bit UST consumer daemon libraries .TP .BR "-l, --load PATH Specify path from which to automatically load session configuration(s). +.TP +.BR "-f, --config PATH +Specify path from which to load daemon configuration. .SH "LOADING SESSIONS" @@ -175,6 +187,8 @@ the timeout of the operating system (this is the default). Specify the path that contains the XML session configuration schema (xsd). .IP "LTTNG_KMOD_PROBES" Specify the kernel modules probes that should be loaded by the session daemon. +.IP "LTTNG_EXTRA_KMOD_PROBES" +Specify extra kernel modules probes that should be loaded by the session daemon. .SH "SEE ALSO" .PP @@ -233,5 +247,5 @@ Montreal for the LTTng journey. .PP lttng-tools was originally written by Mathieu Desnoyers, Julien Desfossez and David Goulet. More people have since contributed to it. It is currently -maintained by David Goulet . +maintained by Jérémie Galarneau . .PP