I'm trying to profile a remote server running on Linux machine with JPfroler in offline mode. I created a Heap Usage Threshold trigger with actions "Save snapshot" and "Trigger heap dump". Then I added following JAVA_OPTIONS configuration to the server.
-agentpath:JPROFILER_DIR/bin/linux-x86/libjprofilerti.so=offline,id=SESSION_ID,config=JPROFILER_DIR/config.xml
My Question is how to retrieve snapshot and heap dump files generated by the trigger? Is there a location where I can look for those files in the remote server? All answers are highly appreciated.