Summarize data from an extracted sosreport archive, focusing on Red Hat Satellite, Subscription Management, and Red Hat Insights (Lightspeed).
pip install soslyzeOr install from source:
git clone https://github.com/JanSenkyrik/soslyze.git
cd soslyze
pip install -e .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)
# 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.mdsos is an extensible, portable, support data collection tool primarily aimed at Linux distributions and other UNIX-like operating systems.