bag introspect

Synopsis

bag introspect [OPTIONS] INPUT-FILE-OR--

Description

Display introspection information for hosts, processes and participants that is stored in a log files.

See also

Common Commandline Options
The usual RSB-related commandline options are accepted.
Replay-related Options
The usual replay-related commandline options are accepted.
--style SPEC, -s SPEC

Specify a processing style for introspection data. SPEC has to be of the form:

KIND KEY1 VALUE1 KEY2 VALUE2 ...

where keys and values are optional and depend on KIND. Examples (note that the single quotes have to be included only when within a shell):

--style object-tree
-s monitor
-s 'object-tree :delay 5'

Tip

Use the common --help-for styles or common --help-for all options to display the full help text for this item.

--target-stream STREAM-NAME

Stream to which produced output should be sent. Allowed values for STREAM-NAME: stdout, standard-output, stderr, error-output

Examples

  • $ bag introspect log-file.tide
    

    Gather introspection information from the log file log-file.tide and display it using the default formatting style.