linux command line java heap dump

jmap -F -dump:live,format=b,file=filename.hprof process_id F: force live: if set it only prints objects which have active…

Continue Reading