This is what I expected to see in TFA, rather than an introduction to Observer.
Don't get me wrong, Observer's really, really _useful_ and all, but -unless you're rather familiar with the syntax for the Erlang tracing infrastructure- it's... somewhere between challenging and impossible-due-to-impracticality... to use Observer to watch messages as they flow through your system.
benwilson, I wonder if the folks who wrote TFA would be interested in hearing about visualixir.
Comments
Another very cool visualization tool for observing messages as they're passed between processes: https://github.com/koudelka/visualixir
This is what I expected to see in TFA, rather than an introduction to Observer.
Don't get me wrong, Observer's really, really _useful_ and all, but -unless you're rather familiar with the syntax for the Erlang tracing infrastructure- it's... somewhere between challenging and impossible-due-to-impracticality... to use Observer to watch messages as they flow through your system.
benwilson, I wonder if the folks who wrote TFA would be interested in hearing about visualixir.
Visualixir looks interesting. I'll give it a shot and add some notes to the article. Thanks for mentioning :)
Drop me a line if you encounter any issues. :)
I used Ubigraph for erlang to visualize process linking in BEAM. http://eddwardo.github.io/elixir/links/2015/11/04/links-in-e...