Amandeep Singh
Amandeep Singh

Reputation: 307

How to take thread dump with jProfiler in offline mode

I am working with a java program where I am doing profiling using jProfiler. The profiling is done in offline mode.

Once the application is profiled , I am viewing the metrics in jProfiler UI. I can see the method statistics. But i am not able to get the thread dumps. Is there any way to configure the config.xml file to get thread dumps using ofline jprofiler mode.

Thanks in advance!

Upvotes: 1

Views: 1909

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48035

In your session configuration, you have to add a trigger with a "Trigger thread dump" action.

enter image description here

Upvotes: 1

Related Questions