0

I use YourKit profiler on linux on a UAT server as an agent. The configs are:

agentpath:/home/build/libyjpagent.so=sampling,monitors,delay=25200000

The .snapshot file is save only when I shutdown the application. How can I get the snapshot without stopping the application? telemetrylimit is not an option

user1995187
  • 393
  • 5
  • 18

1 Answers1

1

You can only capture snapshots periodically https://www.yourkit.com/docs/java/help/periodic.jsp

or connect to a profiled application via YourKit client tool and click button "Capture snapshot" https://www.yourkit.com/docs/java/help/connect.jsp

Roman Sinyakov
  • 559
  • 1
  • 6
  • 24