doc: Rename to babeltrace2
[babeltrace.git] / doc / man / babeltrace2-plugin-utils.7.txt
diff --git a/doc/man/babeltrace2-plugin-utils.7.txt b/doc/man/babeltrace2-plugin-utils.7.txt
new file mode 100644 (file)
index 0000000..49efecb
--- /dev/null
@@ -0,0 +1,60 @@
+babeltrace2-plugin-utils(7)
+==========================
+:manpagetype: plugin
+:revdate: 5 October 2017
+
+
+NAME
+----
+babeltrace2-plugin-utils - Babeltrace's utilities plugin
+
+
+DESCRIPTION
+-----------
+The Babeltrace `utils` plugin contains common, generic utility component
+classes which you can use in any processing graph.
+
+See man:babeltrace2-intro(7) to learn more about the Babeltrace
+project and its core concepts.
+
+
+COMPONENT CLASSES
+-----------------
+compcls:filter.utils.muxer::
+    Multiplexes the notifications received on its multiple input ports
+    by time to its single output port.
++
+See man:babeltrace2-filter.utils.muxer(7).
+
+compcls:filter.utils.trimmer::
+    Discards all the received events with a timestamp less than a given
+    beginning timestamp and greater than a given end timestamp,
+    effectively ``cutting'' the traces.
++
+See man:babeltrace2-filter.utils.trimmer(7).
+
+compcls:sink.utils.dummy::
+    Receives the notifications from its single input port and discards
+    them (does absolutely nothing with them). This is useful for
+    testing and benchmarking a trace processing graph application,
+    for example man:babeltrace2(1).
++
+See man:babeltrace2-sink.utils.dummy(7).
+
+compcls:sink.utils.counter::
+    Prints the number of notifications received from its single input
+    port, either once at the end or periodically.
++
+See man:babeltrace2-sink.utils.counter(7).
+
+
+include::common-footer.txt[]
+
+
+SEE ALSO
+--------
+man:babeltrace2-intro(7),
+man:babeltrace2-filter.utils.muxer(7),
+man:babeltrace2-filter.utils.trimmer(7),
+man:babeltrace2-sink.utils.counter(7),
+man:babeltrace2-sink.utils.dummy(7)
This page took 0.024725 seconds and 4 git commands to generate.