I have a few questions I want to ask

Questions about YourKit Java Profiler
Post Reply
Celena
Posts: 1
Joined: Thu Sep 12, 2019 6:19 pm

I have a few questions I want to ask

Post by Celena »

Doing remote java profiling on the server from local machine. While capturing memory snap in server side profiling its taking too long to capture.And its saving on the server itself,is there any setting to save memory snap shot on the local machine as i am worried of space issue on the server.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: I have a few questions I want to ask

Post by Anton Katilin »

its taking too long to capture
Try capturing a HPROF dump instead.
https://www.yourkit.com/docs/java/help/ ... pshots.jsp
is there any setting to save memory snap shot on the local machine
No. Memory snapshot is always captured on the machine where the profiled process runs. After it is captured it can be transferred to a local machine, automatically from the profiler UI or manually.
Post Reply