Export of all views through command line

Questions about YourKit Java Profiler
Post Reply
sneha.ka
Posts: 2
Joined: Thu Apr 02, 2015 10:40 am

Export of all views through command line

Post by sneha.ka »

Hi.
We are building kind of wrapper solution for profiling with your kit. I am looking at exporting all the views through command line. Like CPU hotspot/J2EE stats. The current implementation is very limited. Is there a way to do this ??
The command I am using is
java -Xmx1024m -Xms1024m -jar yjp.jar -export /app/Snapshots/Jboss-2015-04-02.snapshot /app/exportView/
all views for cpu snapshot.
But I could not find J2EE and hotspot views in csv files generated.

Appreciate any help in this regard.
Thanks in advance
Sneha
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Export of all views through command line

Post by Anton Katilin »

Hi Sneha

Offline export indeed exports only a limited set of views. It's purpose is to provide input for further automatic processing, but not to replace the profiler UI.

Best regards,
Anton
sneha.ka
Posts: 2
Joined: Thu Apr 02, 2015 10:40 am

Re: Export of all views through command line

Post by sneha.ka »

Thanks for the reply Anton.
Is there a plan to support CPU hotspot export as this is basic view and important for auto processing of cpu profiling data.

Thx,
Sneha
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Export of all views through command line

Post by Anton Katilin »

Hi Sneha

We don't have current plans for that.

Best regards,
Anton
Post Reply