简体   繁体   中英

Export Jprofiler heap dump

i currently have a Jprofiler 'heapdump' file that contains a lot of valuable data which I need to export so it can be interpreted programatically..

Please see below: 忙碌的猫

I need to somehow get all these values out.. I have noticed theirs an export button but it only exports the items that are not collapsed.. There are over 1,000 items in here so uncollapsing them all would be unreasonable to do.

Is there any way I can do this?

Kind regards

As of 9.1, there is no way to export all objects in the heap walker. Also, expanding all items would be problematic, since the references could well span the entire heap.

You can save heap dump to your computer (.hprof) file it through the JProfiler 10.0 UI. (Have not used lower versions, may be a similar option exists there) This file can then be analysed using JProfiler and Eclipse MAT (memory analyzer).

在JProfiler 10.0上保存堆转储(yourDump.hprof)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM