lttng-live: fix diagram
[lttng-docs.git] / contents / using-lttng / controlling-tracing / lttng-live.md
index dbe69309e6a89e53b3283284684c159c187dbd51..657fde432d2aead2f34f88be166cf395dcc135c0 100644 (file)
@@ -17,10 +17,8 @@ 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 class="img img-100">
+<img src="/images/docs26/lttng-live.png" alt="LTTng live">
 </div>
 
 In order to use this feature, a tracing session must created in live
@@ -72,7 +70,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.02289 seconds and 4 git commands to generate.