1

I have JProfiler 10 connected to the remote server via Quick Attach. enter image description here

Is there a way to enable triggers to save snapshots on timer? So far I have been unsuccessful with getting this to work on remote connection.

It works as expected on local connections.

Nestor Fedyk
  • 188
  • 1
  • 6

1 Answers1

0

Don't use the "Quick attach" session, but create a new session of type "Attach to remote JVM" on the "New session" tab of the start center. Then, you can configure triggers for that session.

Ingo Kegel
  • 46,523
  • 10
  • 71
  • 102
  • Connecting via `New Session` hasn't made a difference. Snapshot save is not being triggered on timer. – Nestor Fedyk Jun 28 '17 at 14:04
  • Where are you looking for the snapshot? It will be saved on the remote machine, relative to the working directory of the profiled JVM. – Ingo Kegel Jun 28 '17 at 15:01