Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / doc / man / lttng.1
index b2505d0ff7d2c3802ad6cc3924b153b1b71b0add..9f642b812f8cefdff6d70961370bf963d4b40752 100644 (file)
@@ -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)
This page took 0.02428 seconds and 5 git commands to generate.