Skip to main content

Information extractor from sos reports

Project description

sosviz

Extract information from sos reports and export it in other formats.

Installation

pip install --user sosviz

System dependency to dot from the graphviz package.

Usage

usage: sosviz [-h] [-V] [-d] [-f {dot,text,json,svg}] PATH

Collect information from an sos report folder and export it in other formats
on standard output.

positional arguments:
  PATH                  Path to an uncompressed sos report folder.

options:
  -h, --help            show this help message and exit
  -V, --version         Show version and exit.
  -d, --debug           Show debug info.
  -f {dot,text,json,svg}, --format {dot,text,json,svg}
                        Output format (default: svg).

Examples:

sosviz ~/tmp/sosreport > example.svg
sosviz -f dot ~/tmp/sosreport | dot -Tpng > example.png
sosviz --debug -f json ~/tmp/sosreport | jq -C | less -R

Example SVG output

example.svg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sosviz-0.2.9.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

sosviz-0.2.9-py3-none-any.whl (22.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page