Fix: CTF and Babeltrace links
[lttng-docs.git] / contents / using-lttng / controlling-tracing / taking-a-snapshot.md
index c7565d84be0f6f87d38779366630f299cd5ee41b..a48897d6681c6272aab7d952eaa76ca6bd0a8cc0 100644 (file)
@@ -1,5 +1,6 @@
 ---
 id: taking-a-snapshot
+since: 2.3
 ---
 
 The normal behavior of LTTng is to record trace data as trace files.
@@ -17,7 +18,7 @@ events with the newest. At any time, either when the tracers are started
 or stopped, you may take a snapshot of those sub-buffers.
 
 There is no difference between the format of a normal trace file and the
-format of a snapshot: viewers of LTTng traces will also support LTTng
+format of a snapshot: viewers of LTTng traces also support LTTng
 snapshots. By default, snapshots are written to disk, but they may also
 be sent over the network.
 
@@ -28,7 +29,7 @@ lttng create --snapshot my-snapshot-session
 </pre>
 
 Next, enable channels, events and add context to channels as usual.
-Once a tracing session is created in snapshot mode, channels will be
+Once a tracing session is created in snapshot mode, channels are
 forced to use the
 [overwrite](#doc-channel-overwrite-mode-vs-discard-mode) mode
 (`--overwrite` option of the `enable-channel` command; also called
@@ -41,7 +42,7 @@ Start tracing. When you're ready to take a snapshot, do:
 lttng snapshot record --name my-snapshot
 </pre>
 
-This will record a snapshot named `my-snapshot` of all channels of
+This records a snapshot named `my-snapshot` of all channels of
 all domains of the current tracing session. By default, snapshots files
 are recorded in the path returned by `lttng snapshot list-output`. You
 may change this path or decide to send snapshots over the network
@@ -66,5 +67,5 @@ taking it with the `--max-size` option:
 lttng snapshot record --name my-snapshot --max-size 2M
 </pre>
 
-Older recorded events will be discarded in order to respect this
+Older recorded events are discarded in order to respect this
 maximum size.
This page took 0.02427 seconds and 4 git commands to generate.