how to create the jfr and heapdump reports in linux servers?
Blockquote
With JFR we see the Live Objects on the Java heap without a costly heap dump.
costly
Heap dump could be not needed anymore, in fact. This one of the key points of JFR.
Reference