merging snapshots

Questions about YourKit Java Profiler
Post Reply
hismai
Posts: 1
Joined: Fri Nov 16, 2018 6:31 am

merging snapshots

Post by hismai »

If I have lots of fairly short-lived snapshots (from MapReduce jobs, which can spawn off lots of JVMs for each step), is there a way to merge them into a single view?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: merging snapshots

Post by Anton Katilin »

Unfortunately, this is not possible directly. Perhaps it makes sense to export snapshot data to external format and merge it manually/with a script/3rd party tool: https://www.yourkit.com/docs/java/help/export.jsp
Post Reply