Hackers use abstract terms to describe the interaction between processes in a system. Terminologies like Flow, Actor, Connections and Messages give us a syntactic way to grapple with the exchange of information in systems of increasing complexity. But, when you need to understand a race condition at three in the morning, it becomes a challenge to follow the exchange of information between processes using the lowest common denominator -- the logfile. NoSpex is a framework for consolidating information from these logfiles and providing a visual context for analysis. The resulting window into your process interaction can be shifted in time, dilated, and uninteresting elements culled using a simple expressions. This presentation will include a visual demonstration of using NoSpex for tracing API calls in a simple application, and merging information from multiple HTTP servers to depict the flow of information through a complicated web application.