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

remote node #87

Open smokinguns opened 6 years ago

smokinguns commented 6 years ago

Great project. Is erlangpl meant to run on the same server that it is monitoring. Currently I'm running a VM on my mac that I'm able to run erlangpl on. I can then create a ssh tunnel so that I can access erlangpl in my browser on my mac. I was wondering how I would go about running erlangpl on my mac and then connecting to the vm. If i can elaborate, please let me know. More documentation would be awesome.

smokinguns commented 6 years ago

also can't seem to get it to connect to multiple nodes. currently nodes are running on the same machine, the both show up in the cluster graph, but only the one i originally connected to with erlangpl shows any detail information the other node is not selectable

danielkay commented 4 years ago

I've been experimenting with connecting a containerised erlangpl to a phoenix app running in a separate container - seems to be working OK so far! I found this article particularly useful in getting it all playing together nicely: http://blog.plataformatec.com.br/2016/05/tracing-and-observing-your-remote-node/

Hope this helps, though I imagine with how old this issue is you've probably found another solution by now!