Visualizing parallel requests in Elixir
crypt.codemancers.com
Visualizing parallel requests in Elixir
1–6 of 6 posts
Re: Visualizing parallel requests in Elixir
#2Re: Visualizing parallel requests in Elixir
#3Another very cool visualization tool for observing messages as they're passed between processes: https://github.com/koudelka/visualixir
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.
Re: Visualizing parallel requests in Elixir
#4Another very cool visualization tool for observing messages as they're passed between processes: https://github.com/koudelka/visualixir
Re: Visualizing parallel requests in Elixir
#5Another very cool visualization tool for observing messages as they're passed between processes: https://github.com/koudelka/visualixir
Visualixir looks interesting. I'll give it a shot and add some notes to the article. Thanks for mentioning :)