Is there any way to export performance charts without GUI ?

Questions about YourKit .NET Profiler
Locked
MLYang
Posts: 1
Joined: Tue Aug 06, 2019 8:23 am

Is there any way to export performance charts without GUI ?

Post by MLYang »

Hi,
I'm trying to do something like automatically profiling and analyzing.

When I try to export profile results from snapshot file using "export-snapshot.bat",
all the performance charts( like "Chart--CPU-Usage" or "Chart--SQL-Queries--Count" ) is blank.

So is there any way or any trick to export those data to .csv files by using command line or API ?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Is there any way to export performance charts without GU

Post by Anton Katilin »

What profiler version do you use?
Are the charts actually not empty when you open the snapshot in the UI?
If they are not empty, could you please provide the problematic snapshot to [email protected]
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Is there any way to export performance charts without GU

Post by Anton Katilin »

Update: we finally identified and fixed the problem. The fix will be available in the next YourKit Java Profiler 2019.8 build #127.
Locked