Common Commandline Options

See also

Common RSB commandline options
Additional, more generic commandline options accepted by all RSB-related programs.
--channel REGEX, -c REGEX

Select the channels matching the regular expression REGEXP for replay. This option can be specified multiple times.

--start-time TIMESTAMP-OR-SECONDS, -s TIMESTAMP-OR-SECONDS

Start replaying events at the point in time indicated by TIMESTAMP-OR-SECONDS.

  • When the value should be parsed as a timestamp, the syntax @[YYYY-MM-DDT]HH:MM:SS has to be used.
  • A single non-negative real number is interpreted as time in seconds relative to the beginning of the recording.
  • A single negative real number is interpreted as time in seconds relative to the end of the recording.

Mutually exclusive with --start-index.

--start-index INDEX, -S INDEX

Index of the event at which the replay should start.

Mutually exclusive with --start-time.

--end-time TIMESTAMP-OR-SECONDS, -e TIMESTAMP-OR-SECONDS

Stop replaying events at the point in time indicated by TIMESTAMP-OR-SECONDS.

  • When the value should be parsed as a timestamp, the syntax @[YYYY-MM-DDT]HH:MM:SS has to be used.
  • A single non-negative real number is interpreted as time in seconds relative to the beginning of the recording.
  • A single negative real number is interpreted as time in seconds relative to the end of the recording.

Mutually exclusive with --end-index.

--end-index INDEX, -E INDEX

Index of the event at which the replay should end.

Mutually exclusive with --end-time.

--replay-strategy SPEC, -r SPEC

Replay events from the log file according to SPEC which has to be of the form:

KIND KEY1 VALUE1 KEY2 VALUE2 ...

where keys and values depend on KIND and are optional in most cases.

Examples:

--replay-strategy recorded-timing
-r as-fast-as-possible
--replay-strategy 'fixed-rate :rate 10'
-r 'remote-controlled :uri "spread://localhost:4803/myplayback/control"'

Note

The single quotes have to be included only when used within a shell)

See also

Interactive Playback
For a detailed explanation of the interactive replay strategy
Remote-controlled Playback
For a detailed explanation of the remote-controlled replay strategy.
--style SPEC

This option works as in the logger program. See logger --style.

Table Of Contents

Related Documentation

This Page