79788839

Date: 2025-10-12 23:26:26
Score: 0.5
Natty:
Report link

hmmm... it looks like you can just combine several JFRs with simple

cat ./profile-* > /tmp/profile.jfr

and then generate a heatmap for all of the profile files:

jfrconv -o heatmap ./profile.jfr  /tmp/heatmap.html

at least it works and the result heatmap looks okay (it shows a graph for several hours), but I'm not sure if I didn't lose any data with this approach.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: QIvan