goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Produce automatic analysis report from a dump file #58

Closed goldshtn closed 7 years ago

goldshtn commented 7 years ago

This patchset introduces a new command, report, which generates an analysis of interesting components within the dump files and writes them out to a JSON file for consumption by automatic services. The report currently includes information on memory usage, threads and stacks, the unhandled exception if any, finalization objects, top .NET memory consumers, and a bunch of additional components. The report design is extensible and additional report components and recommendations can be added in the future.