Deployed at https://dxahtepb.github.io/message-sequence/
In order to generate traces run your simulation with --trace <path>. This makes sense to do only when --seed <number> flag is set.
Don't forget that if you run tests in docker, then trace files will appear in the container. You can copy them to the host system with docker cp.
For example:
docker cp "distsys-course:/tmp/trace.json" "./trace.json"After a trace is recorded you can open it with the visualizer. Just select the trace file with Choose File button.
Click on an arrow or message label to see the raw trace object. Alt+click on the arrow to select all trace's arrows.