Search⌘ K
AI Features

Flow, Interleave, Invariant, Pattern, Set

Learn to analyze software logs by exploring message flow, interleave, invariant, pattern, and set patterns. This lesson helps you understand how different message attributes and sequences reveal anomalies and support troubleshooting in software environments.

Message flow

Message flow trace and log analysis pattern generalizes NetFlow to software narratives. We count messages based on the set of adjoint threads of activity, like PID and TID. This also subsumes network traces aggregated by Src.Dst. Individual attributes can also be used, like aggregation by thread of activity and message sets.

Message interleave

We factored out the ...