Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tensogram info

Displays a summary of a Tensogram file: number of messages, total file size, and format version.

Usage

tensogram info [FILES]...

Options

OptionDescription
-h, --helpPrint help

Example

$ tensogram info forecast.tgm
Messages : 48
File size: 1.2 GB
Version  : 3

What it Shows

FieldDescription
MessagesTotal number of valid messages found by scanning the file
File sizeRaw byte count of the file on disk
VersionFormat version from the first message’s metadata

Notes

  • The scan counts only valid messages (those with a matching TENSOGRM header and 39277777 terminator). Corrupted regions are skipped.
  • If the file is empty, Messages: 0 is shown.
  • Version is read from the first message. If messages have different versions, only the first is shown.