Displays a summary of a Tensogram file: number of messages, total file size, and format version.
tensogram info [FILES]...
| Option | Description |
-h, --help | Print help |
$ tensogram info forecast.tgm
Messages : 48
File size: 1.2 GB
Version : 3
| Field | Description |
| Messages | Total number of valid messages found by scanning the file |
| File size | Raw byte count of the file on disk |
| Version | Format version from the first message’s metadata |
- 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.