ToolsΒΆ

See also

Common Commandline Options
For a description of common options accepted by more than one program.

The following tools are available:

  • bag-record

    This tool is used to capture and store RSB events from one or more channels. The captured events are serialized and written to one or more channels (based on their scopes and payload types) of a log file.

  • bag-play

    This tool “replays” RSB events stored in a log file. Events from all channels or a subset of the channels stored in a log file are deserialized and sent via RSB informers preserving the recorded timing as closely as possible. Other replay timings are also possible.

  • bag-info

    The purpose of this tool is inspecting log files. It is capable of extracting and displaying some high-level information form log files.

  • bag-cat

    Like UNIX cat, this program makes a stream of data available on its standard output stream. Unlike UNIX cat, the data is obtained by processing log files.

  • bag-merge

    This tool merges multiple log files into one, optionally applying transformations to log file channels and/or entries in the process.

Previous topic

n Use Case Examples

Next topic

Common Commandline Options

This Page