Performance charts timeframe

Questions about YourKit Java Profiler
Post Reply
rkamboj
Posts: 2
Joined: Wed Apr 04, 2018 8:39 pm

Performance charts timeframe

Post by rkamboj »

I created a CPU_SAMPLING snapshot for 10 mins and verified from log file that START_CPU_SAMPLING_PROFILING and STOP_CPU_SAMPLING_PROFILING are 10 mins apart. However, the performance charts have graphs for 25 min duration ...why is that the case
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Performance charts timeframe

Post by Anton Katilin »

Performance charts and other telemetry graphs are stored independently from CPU profiling results.

The telemetry information is remembered in a circular buffer in the profiler agent memory. This allows you to connect to a profiled application on demand and discover how the application behaved in the past.

By default, the telemetry buffer is limited to store approximately 1 hour of recent telemetry data.
Post Reply