goa-1607
goa-1607

Reputation: 11

Parse data from JProfiler 13 Heap Walker Outgoing References

I am trying to parse data (Heap Walker outgoing references) from the snapshot obtained by offline profiling. Is that even possible without using GUI? The entire process must be fully automated.

I already tried converting the snapshot to xml and extracting the data from it, but there is no Heap Walker data that is needed. Also, i tried to export the view from the snapshot using the command line, but there is no option for Heap Walker outgoing references. Do you have any suggestions for this?

Upvotes: 1

Views: 34

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48090

As of JProfiler 14.x, heap walker data in JProfiler is not available programmatically.

Upvotes: 0

Related Questions