Offline monitoring for cpu, memory etc.

Questions about YourKit Java Profiler
Post Reply
eranmi
Posts: 1
Joined: Thu Jul 11, 2019 12:55 pm

Offline monitoring for cpu, memory etc.

Post by eranmi »

It there a way to offline monitoring to cpu,memory, etc by saving to a file the data,
and later open the file ?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Offline monitoring for cpu, memory etc.

Post by Anton Katilin »

Yes. You can turn corresponding profiling modes on (e.g. CPU sampling), let them run, then capture a snapshot file.

Please consider the command line tool:
https://www.yourkit.com/docs/java/help/ ... e_tool.jsp
Post Reply