X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng.1;h=9f642b812f8cefdff6d70961370bf963d4b40752;hb=d7ba13889c8692b14f99238ddf2721ed78df89d2;hp=b2505d0ff7d2c3802ad6cc3924b153b1b71b0add;hpb=887432871ca16e00f69fb2aa9e26562ba124e70a;p=lttng-tools.git diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index b2505d0ff..9f642b812 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -302,6 +302,12 @@ $ lttng start After the start, you'll be able to read the events while they are being recorded in /tmp/lttng. +.TP +.BR "\-\-shm-path PATH" + +Path where shared memory holding buffers should be created. Useful +when used with pramfs to extract trace data after crash. + .TP .BR "\-U, \-\-set-url=URL" Set URL for the consumer output destination. It is persistent for the @@ -935,10 +941,6 @@ Name of the snapshot's output. Maximum size in bytes of the snapshot. The maximum size does not include the metadata file. Human readable format is accepted: {+k,+M,+G}. For instance, \-\-max-size 5M - -The minimum size of a snapshot is computed by multiplying the total amount of -streams in the session by the largest subbuffer size. This is to ensure -fairness between channels when extracting data. .TP .BR "\-C, \-\-ctrl-url URL" Set control path URL. (Must use -D also)