Title | Shedding light on distributed system executions |
Publication Type | Conference Paper |
Year of Publication | 2014 |
Authors | Abrahamson J, Beschastnikh I, Brun Y, Ernst MD |
Conference Name | ICSE 2014, Proceedings of the 36th International Conference on Software Engineering |
Pagination | 598–599 |
Date or Month Published | June |
Conference Location | Hyderabad, India |
Abstract | In a distributed system, the hosts execute concurrently, generating asynchronous logs that are challenging to comprehend. We present two tools: ShiVector to transparently add vector timestamps to distributed system logs, and ShiViz to help developers understand distributed system logs by visualizing them as space-time diagrams. ShiVector is the first tool to offer automated vector timestamp instrumentation without modifying source code. The vector-timestamped logs capture partial ordering information, useful for analysis and comprehension. ShiViz space-time diagrams are simple to understand and interactive –- the user can explore the log through the visualization to understand complex system behavior. We applied ShiVector and ShiViz to two systems and found that they aid developers in understanding and debugging. |
Downloads | https://bestchai.bitbucket.io/shiviz/ online deployment (try it!)
https://github.com/DistributedClocks/shiviz ShiVector and ShiViz source code
https://bestchai.bitbucket.io/shiviz-demo/ video demo (YouTube)
https://homes.cs.washington.edu/~mernst/pubs/shivector-shiviz-icse2014.pdf PDF
|
Citation Key | AbrahamsonBBE2014 |