From 5dfe3327652ef79bfea00bdf142422b3506ee413 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 18 Jul 2013 09:11:29 -0400 Subject: [PATCH] Documentation: create --snapshot in manpage Signed-off-by: Mathieu Desnoyers --- doc/man/lttng.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index 99941db93..21e9bb463 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -230,6 +230,13 @@ a non-writeable home directory. Simple listing of options \-o, \-\-output PATH Specify output path for traces +\-\-no-output + Traces will not be outputed +\-\-snapshot + Set the session in snapshot mode. Created in no-output mode + and uses the URL, if one, as the default snapshot output. + Every channel will be set in overwrite mode and with mmap + output (splice not supported). Using these options, each API call can be controlled individually. For instance, \-C does not enable the consumer automatically. You'll need the \-e -- 2.34.1