erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Work around OTP applications which do not respond #88

Open rickpayne opened 6 years ago

rickpayne commented 6 years ago

A workaround for #60 - a bit of a nasty hack that works for me. Feel free to improve ;)

arkgil commented 6 years ago

Thanks for this @rickpayne 👍 I think it's a great addition! But I think we would need to indicate the timeout in the UI - currently the application will be present but with no nodes in the tree.

I've left one comment regarding the code itself 🙂

rickpayne commented 6 years ago

Ok, I'll fix the current pull. Do you want me to look at indicating the fact that application timed out? It'd be a while before I get a chance...

arkgil commented 6 years ago

IMO that'd be great to have in the same PR, no rush 🙂 Thanks!