SoW-2021-0002: Custom 2.13 for ust-lower-urcu integration test.
[lttng-tools.git] / doc / streaming-howto.txt
index a89a2c80c747953c6b15e45f525d4b29891fb444..a864dc70235027d521755fc4385dcf7f2330d2b2 100644 (file)
@@ -5,7 +5,7 @@ STREAMING
 
 This is a brief howto for network streaming feature of lttng 2.0 toolchain.
 
-See the README file for installation procedure or use the various Linux
+See the README.adoc file for installation procedure or use the various Linux
 distribution packages.
 
 Terminology:
@@ -48,7 +48,7 @@ Example 1:
 
 Simple and quick network streaming.
 
-1) Create a tracing session that will be streamed over the network for the
+1) Create a recording session that will be streamed over the network for the
 specified domain. This session will contain, in our example, syscall events.
 
   # lttng create syscall-session
@@ -83,12 +83,12 @@ Example 2:
 
 This example uses all possible options to fine grained control the streaming.
 
-1) Again, create a tracing session that will be streamed over the network for
+1) Again, create a recording session that will be streamed over the network for
 the specified domain.
 
   # lttng create syscall-session
 
-2) Set relayd URIs for the tracing session and kernel domain.
+2) Set relayd URIs for the recording session and kernel domain.
 
 ONLY set the remote relayd URIs (both control and data at the same destination
 and using default ports) on the consumer but does not enable the consumer to use
This page took 0.024612 seconds and 5 git commands to generate.