Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.24 KB

File metadata and controls

47 lines (33 loc) · 1.24 KB

soslyze

Summarize data from an extracted sosreport archive, focusing on Red Hat Satellite, Subscription Management, and Red Hat Insights (Lightspeed).

Installation:

pip install soslyze

Or install from source:

git clone https://github.com/JanSenkyrik/soslyze.git
cd soslyze
pip install -e .

Usage:

usage: soslyze [-h] [--output-file OUTPUT_FILE] [path]

Summarize data from an extracted sosreport archive, focusing on Red Hat Satellite, Subscription Management, and Red Hat Insights (Lightspeed).

positional arguments:
  path                  Path to sosreport. Default: `./`.

options:
  -h, --help            show this help message and exit
  --output-file OUTPUT_FILE, -o OUTPUT_FILE
                        Save output to file (markdown format, no ANSI colors)

Examples:

# Display analysis with colored output to terminal
soslyze sosreport-hostname-2026-03-10-abc123/

# Save clean markdown output to file
soslyze sosreport-hostname-2026-03-10-abc123/ -o report.md

sos is an extensible, portable, support data collection tool primarily aimed at Linux distributions and other UNIX-like operating systems.