Examples
Basics
Selective collection
sysinfo --cpu --memory
sysinfo --all --no-firewall --no-gpu
sysinfo --network --listening-ports --processes
sysinfo --services --hosts-dns --logs --storage
sysinfo --hardware-extra --pkg-layout
Support dump (shareable)
CI artifact
YAML report
XML report
Environment variables
Environment variables are excluded from --all and every profile. Include
them explicitly and consider redaction before sharing the report:
Redaction
sysinfo --all --redact-fqdns --redact-hosts --redact-emails --redact-ipv4s
sysinfo --redact-domain-trees \
--redact-domain-tree foo.bar.example.co.uk
sysinfo --redact-custom \
--redact-rx "[A-Za-z0-9]{32}" \
--redact-file patterns.txt
Sample report
A redacted sample JSON report is checked in at
examples/sample-redacted-report.json.