A tool to scan and analyze data collected by sosreport
- sosreport: https://github.com/sosreport/sosreport
- checksysreport: http://ostatic.com/checksysreport
- sxconsole: https://fedorahosted.org/sx/
- xsos - sosreport examiner: https://github.com/ryran/xsos
If you're Fedora or Red Hat Enterprise Linux user, try:
$ python setup.py srpm && mock dist/SRPMS/python-sos-analyzer-<ver_dist>.src.rpm
or:
$ python setup.py rpm
and install built RPMs.
Otherwise, try usual ways to build and/or install python modules such like 'python setup.py bdist', etc.
sos-analyzer depends on python-anyconfig which is available from:
It's able to build and make a package of python-anyconfig as same as sos-analyzer. Plus, you may build and/or install anyconfig such like 'easy_install anyconfig', 'python setup.py bdist', etc.
Try to run './pkg/runtest.sh [path_to_python_code]'.
- Author: Satoru SATOH <ssato _at_ redhat.com>
- License: GPLv3+