How to analyze sosreport file that I generated.?

Hello Team,

Could You give me some hints how I should review the sosreport that I generated? I know how to analysis the SAR files however sosreport is my last hope - python script has hunged and I would like to know the root cause - for this is not performance issue.

Thanks in advance!

Regards,
Patryk

please define sosreport and please define analyze.

On RedHat Enterprise Linux there is sosreport. man sosreport says

.
I would not expect much from it.
More promising but for experts is to analyze a process core dump
For python scripts you should look for python's debug features.

also there seem to be a

--analyze
    Turn on analyzation functions 

option in the sosreport
Is that what the OP means by analysis ?