bag-merge

Synopsis

bag-merge [OPTIONS] -o OUTPUT INPUT1 [INPUT2 ...]

Description

Copy events from log files INPUT1, INPUT2 etc. into a new log file OUTPUT.

See also

Common Commandline Options
The usual RSB-related commandline options are accepted.
IDL-related Commandline Options
The usual IDL-related commandline options are accepted.
Replay-related Options
The usual replay-related commandline options are accepted.
--output-file OUTPUT, -o OUTPUT

Write transformed events into file OUTPUT. The file format is determined based on the file type (which is determined based on the file extension) of OUTPUT.

Tip

The output of common --help-for all includes a list of supported file formats.

Examples

  • $ bag-merge -o bla.tide '/vol/my-separate-logs/**/*.tide'
    

    The above command merges all log files matching the glob expression /vol/my-separate-logs/**/*.tide into a single log file named bla.tide.