Add captions to figures
[lttng-docs.git] / contents / using-lttng / controlling-tracing / lttng-live.md
index dbe69309e6a89e53b3283284684c159c187dbd51..d67c2d1d461ca835e717524e586ac31cd46a4073 100644 (file)
@@ -17,11 +17,13 @@ As trace data is sent over the network to a relay daemon by a (possibly
 remote) consumer daemon, a _tee_ is created: trace data is recorded to
 trace files _as well as_ being transmitted to a connected live viewer:
 
-<div class="img img-90">
-    <object data="/images/docs26/lttng-live-relayd.svg" type="image/svg+xml">
-        <img src="/images/docs26/lttng-live-relayd.svg">
-    </object>
-</div>
+<figure class="img img-100">
+<img src="/images/docs26/lttng-live.png" alt="LTTng live">
+<figcaption>
+    The relay daemon creates a <em>tee</em>, forwarding the trace data
+    to both trace files and a live viewer.
+</figcaption>
+</figure>
 
 In order to use this feature, a tracing session must created in live
 mode on the target system:
@@ -72,7 +74,7 @@ babeltrace --input-format lttng-live net://localhost
 </pre>
 
 Then, choose a tracing session and start viewing events as they arrive
-using LTTng live, e.g.:
+using LTTng live:
 
 <pre class="term">
 babeltrace --input-format lttng-live net://localhost/host/hostname/my-session
This page took 0.022664 seconds and 4 git commands to generate.