<div dir="ltr">I started something like that ages ago: <a href="https://github.com/psyeugenic/fgraph">https://github.com/psyeugenic/fgraph</a> using wx<div><br></div><div>But that needs to be productified, or at the very least .. some love.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-13 15:41 GMT+01:00 David Welton <span dir="ltr"><<a href="mailto:davidnwelton@gmail.com" target="_blank">davidnwelton@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm wondering if something like this exists:<br>
<br>
I'd like to create various graphics to show the relationships between<br>
different processes and/or applications.  I could see a couple of<br>
different displays:<br>
<br>
* The more messages go back and forth, the stronger a link is shown.<br>
I think graphviz probably has a way to generate this.<br>
<br>
* A "swim-lane" graphic that tracks who sent what when.  Useful for<br>
getting an idea of how a system works.  Not sure how to generate that<br>
one.<br>
<br>
I envision it working like so:<br>
<br>
1) Gather a list of pids for an application.<br>
<br>
2) Trace those pids send/receive operations, and write those to a file.<br>
<br>
3) Process the file and generate the desired graph...<br>
<br>
Is there something like that out there already?<br>
<br>
This is pretty cool, and similar to what I'm interested in, but not<br>
exactly: <a href="https://www.youtube.com/watch?v=lHoWfeNuAN8" target="_blank">https://www.youtube.com/watch?v=lHoWfeNuAN8</a> -<br>
<a href="https://github.com/krestenkrab/erlubi" target="_blank">https://github.com/krestenkrab/erlubi</a><br>
<br>
Thank you<br>
<span class="HOEnZb"><font color="#888888">--<br>
David N. Welton<br>
<br>
<a href="http://www.welton.it/davidw/" target="_blank">http://www.welton.it/davidw/</a><br>
<br>
<a href="http://www.dedasys.com/" target="_blank">http://www.dedasys.com/</a><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</font></span></blockquote></div><br></div>