0

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?

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
mark
  • 59,016
  • 79
  • 296
  • 580

1 Answers1

2

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.

Steve Johnson
  • 2,958
  • 13
  • 15