You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to visualize other BEAM nodes, you'll need to start them up with the `--sname <unique_name_here>` option.
24
24
25
25
I suggest you use Chrome for Visualixir, Safari and Firefox's SVG performance seems to be lacking. :(
26
26
27
-
There's a simple `PingPong`[module](https://github.com/koudelka/visualixir/blob/master/doc/ping_pong.ex)included, for demo purposes.
27
+
There are a couple example modules included, [SingleNodePingPong](https://github.com/koudelka/visualixir/blob/master/lib/visualixir/examples/single_node_ping_pong.ex)and [MultiNodePingPong](https://github.com/koudelka/visualixir/blob/master/lib/visualixir/examples/multi_node_ping_pong.ex). Additionally, there's a [Cluster](https://github.com/koudelka/visualixir/blob/master/test/support/cluster.ex) module to start up additional `:slave` nodes.
28
28
29
29
## Usage
30
30
@@ -41,10 +41,6 @@ Zoom by scrolling (mousewheel or two-finger swipe).
41
41
#### Message Tracing
42
42
Option-dragging (alt-dragging), will open a new "conversation", you can drop a set of pids into the upper left box to start tracing, you should see messages they send/receive in the adjoining box. Its outline will change to red to remind you that you're tracing it. You can click the `Stop Msg Tracing` button to halt all message tracing.
43
43
44
-
#### Event Log
45
-
The log at the bottom keeps a brief history of a limited set of events on the node: spawns, exits, links, messages, etc..
46
-
47
-
#### Live Message Sequence Charts
48
44
The live message sequence charts have a configurable fade time, but there's no GUI for it yet, see [web/static/js/message_sequence.js](https://github.com/koudelka/visualixir/blob/master/web/static/js/message_sequence.js)
49
45
50
46
The charting library is [here](https://github.com/koudelka/d3-message-sequence), and it'd love some pull requests. <3
0 commit comments