Rename libustd to libustconsumer and ustd to ust-consumerd
[ust.git] / doc / man / ustctl.1.md
index f215b7daee6fa6d6c0caf6331d5bf463dc1f777c..c8ad1f1722fc907bb03a31e0f88a2cfb59b44b55 100644 (file)
@@ -86,11 +86,14 @@ being recorded in the buffer. The daemon automatically collects these events.
 
 The trace may be stopped with `--stop-trace`, either definitely after all the
 wanted information is collected, or temporarily, before being started again
-with `--start-trace`. This results in effectively "pausing" the recording.
+with `--start-trace`. This results in effectively 'pausing' the recording.
+After using `--stop-trace`, if a daemon is collecting the trace, it may not
+have flushed to the disk the full contents of the buffer yet.
 
 Finally, when `--destroy-trace` is used, the trace buffers are unallocated.
 However, the memory may not be effectively freed until the daemon finishes to
-collect them.
+collect them. When the trace is being collected by `ust-consumerd`, this command
+guarantees its full contents is flushed to the disk.
 
 ## STRUCTURE OF A TRACE
 
@@ -115,7 +118,7 @@ count is set with `--set-subbuf-num`.
 
 ## SEE ALSO
 
-usttrace(1), ustd(1)
+usttrace(1), ust-consumerd(1)
 
 ## AUTHOR
 
This page took 0.022471 seconds and 4 git commands to generate.