bag info

Synopsis

bag info [OPTIONS] LOGFILE

Description

The bag info program can be used to inspect the structure and, to some extent, contents of log files. Given a log file, it displays the channels stored in the file, some information regarding timing as well as some event counts and sizes.

See also

Common Commandline Options
The usual RSB-related commandline options are accepted.
--style SPEC

Format information about the log files and channels according to the output style designated by SPEC. See logger --style for details.

Examples

  • $ bag info 1314442144.tide
    

    should produce output similar to the following:

    File "1314442144.tide"
      Events  : 7,620
      Start   : 2011-08-27T12:49:17.356679+02:00
      End     : 2011-08-27T12:56:41.333822+02:00
      Duration: 443.977143
      Rate    : 102.319
      Channel "/KuHa/test/:UTF-8-STRING"
        Type    : (RSB-EVENT UTF-8-STRING)
        Events  : 28
        Start   : 2011-08-27T12:49:41.037310+02:00
        End     : 2011-08-27T12:56:10.710000+02:00
        Duration: 389.67269
        Rate    : 0.071
    [...]