Is there an API to inspect the heap index file created by the sosex.bhi command?

185 Views Asked by At

Ultimately, I want to dump the heap data into a SQL Server database in order to be able to analyse it at ease.

Right now my approach is to run the sosex.dumpgen command while redirecting to a file and then dumping into the database using a small C# program. But it does not help me if I want to know what object referenced what. So, I have the sosex.refs command for that, but it does not lend itself very well to bulk analysis.

Steve Johnson's blog (http://www.stevestechspot.com/default.aspx) does not seem to suggest there is such an API.

Any ideas?

1

There are 1 best solutions below

4
On

There is no such API. Someday, I hope to make sosex open source, but my day job does not allow time for that at present.