1BABELTRACE2-PLUGIN()                                      BABELTRACE2-PLUGIN()
2
3
4

NAME

6       babeltrace2-plugin-utils - Babeltrace 2's common graph utilities plugin
7

DESCRIPTION

9       The Babeltrace 2 utils plugin contains common, generic utility
10       component classes which you can use in any processing graph.
11
12       See babeltrace2-intro(7) to learn more about the Babeltrace 2 project
13       and its core concepts.
14

COMPONENT CLASSES

16       filter.utils.muxer
17           Muxes messages by time.
18
19           See babeltrace2-filter.utils.muxer(7).
20
21       filter.utils.trimmer
22           Discards all the consumed messages with a time outside a given time
23           range, effectively “cutting” trace streams.
24
25           See babeltrace2-filter.utils.trimmer(7).
26
27       sink.utils.counter
28           Prints the number of consumed messages, either once at the end or
29           periodically.
30
31           See babeltrace2-sink.utils.counter(7).
32
33       sink.utils.dummy
34           Consumes messages and discards them (does nothing with them).
35
36           This is useful for testing and benchmarking a trace processing
37           graph application, for example.
38
39           See babeltrace2-sink.utils.dummy(7).
40

BUGS

42       If you encounter any issue or usability problem, please report it on
43       the Babeltrace bug tracker (see
44       <https://bugs.lttng.org/projects/babeltrace>).
45

RESOURCES

47       The Babeltrace project shares some communication channels with the
48       LTTng project (see <https://lttng.org/>).
49
50       ·   Babeltrace website (see <https://babeltrace.org/>)
51
52       ·   Mailing list (see <https://lists.lttng.org>) for support and
53           development: lttng-dev@lists.lttng.org
54
55       ·   IRC channel (see <irc://irc.oftc.net/lttng>): #lttng on
56           irc.oftc.net
57
58       ·   Bug tracker (see <https://bugs.lttng.org/projects/babeltrace>)
59
60       ·   Git repository (see <https://git.efficios.com/?p=babeltrace.git>)
61
62       ·   GitHub project (see <https://github.com/efficios/babeltrace>)
63
64       ·   Continuous integration (see
65           <https://ci.lttng.org/view/Babeltrace/>)
66
67       ·   Code review (see <https://review.lttng.org/q/project:babeltrace>)
68

AUTHORS

70       The Babeltrace 2 project is the result of hard work by many regular
71       developers and occasional contributors.
72
73       The current project maintainer is Jérémie Galarneau
74       <mailto:jeremie.galarneau@efficios.com>.
75
77       This plugin is part of the Babeltrace 2 project.
78
79       Babeltrace is distributed under the MIT license (see
80       <https://opensource.org/licenses/MIT>).
81

SEE ALSO

83       babeltrace2-intro(7), babeltrace2-filter.utils.muxer(7),
84       babeltrace2-filter.utils.trimmer(7), babeltrace2-sink.utils.counter(7),
85       babeltrace2-sink.utils.dummy(7)
86
87
88
89                                                          BABELTRACE2-PLUGIN()
Impressum