Skip to content

Visualizing parallel requests in Elixir

crypt.codemancers.com
133 pointsemilsoman5 comments
On HN

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...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.