Where are stored data from agent?

Questions about YourKit Java Profiler
Post Reply
filip.rechtoris
Posts: 1
Joined: Tue May 20, 2014 3:23 pm

Where are stored data from agent?

Post by filip.rechtoris »

Hello,

I'm using YourKit Java Profiler 2013 build 13076 - 64 bit to collect data from Java EE application via agent.
Agent is started with Java application with arguments in wrapper.conf. Then I browse collected data from local PC via remote connection to server.

Code: Select all

wrapper.java.additional.<NUMBER> = -agentlib:C:/yp/yjpagent=port=12345,dir=C:/yp/snapshots,monitors,tmpdir=C:/yp/tmp,port=10001
Everything is working well but I can see only data for 1 hour. Option telemetrylimit=<HOURS> is not good enough because I want to see data from the start of application.

Is it possible not to loose collected data or to save stored all collected data for 1 hour to one directory and mark them with time stamp ?
Where are stored d
ata from agent? I could not find them :(

Thank you
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Where are stored data from agent?

Post by Anton Katilin »

If the option telemetrylimit is not enough in your case, you can capture snapshots periodically, e.g. every 59 minutes with the default 1 hour buffer to ensure no information is lost:

http://www.yourkit.com/docs/java/help/periodic.jsp

Snapshots are stored in the snapshot directory:
http://yourkit.com/docs/java/help/snapshot_dir.jsp
Please note that you have specified the startup option "dir" to override the default location.
Post Reply