Support for zipped snapshots

Questions about YourKit Java Profiler
Post Reply
Maxim.Mossienko
Posts: 2
Joined: Wed Oct 20, 2004 11:48 am

Support for zipped snapshots

Post by Maxim.Mossienko »

Hi,
It would be very nice to support zipped snapshots.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Hi,

Do you need (1) a way to automatically zip (compress) created snapshots, or (2) open snapshots already zipped i.e. sent as zip files?

If (1) and snapshots are created with help of profiler API, I can suggest the following workaround: you can pack created snapshot files by means of e.g. ZipOutputStream.

Anyway we'll consider this option in the future (after 3.1) version.

Best regards,
Anton
Maxim.Mossienko
Posts: 2
Joined: Wed Oct 20, 2004 11:48 am

Post by Maxim.Mossienko »

Hi,
Surely, we need the profiler to open zipped snapshots without manual unpacking.
Post Reply