eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

Does thread-dump have a thread details interface? #257

Closed mark8s closed 8 months ago

mark8s commented 8 months ago

image

I see that it only provides the name and index of the thread, but does not provide the nid, status, jid, etc. of the thread.

Are there other interfaces available?

mark8s commented 8 months ago

I feel that it may be more appropriate to return Thread information directly instead of just providing VThread information.

image

D-D-H commented 8 months ago

Thanks for the advice.

We have similar functionalities to what you want in our internal version. We don't have open-sourced them.

Also, @jutzig contributed a big enhancement for thread dump analysis. But it is in an old branch, and I have no time to port it to the main branch recently.

D-D-H commented 8 months ago

I think we should port the enhancement for thread dump analysis first.

mark8s commented 8 months ago

@D-D-H ok , I understand what you mean, thank you~