Search code examples
javaperformancejakarta-eeperformance-testingjprofiler

Automate jproflier profiling and saving sanpshots


We at our org do REST end point profiling manually and saving the snapshot then we analyze the same offline. Is there any way / API to run the jprofiler automatically against any REST end point and save the snapshot in a place.

Also, can anyone know whether any other tool (dynatrace , yourkit) has these feature ?

Thanks in advance.


Solution

  • In JProfiler this is called offline profiling. You either have to add triggers to the session configuration to automate recording and save snapshots, or you use the profiling API in your code.