Slide 12
Slide 12 text
1. Parse the output of different tracing tools
● Current drivers support: strace, log4j
12
○ CONNECT (process, src, dst)
○ ACCEPT (process, src, dst)
○ SND (process, src, dst, msg)
○ RCV (process, src, dst, msg)
○ START (process)
○ END (process)
○ FORK (parent, child)
○ JOIN (parent, child)
○ LOG (process, msg)
Low-level
Events
User-level
Events
● Falcon uses drivers for translating the output of tracing tools into
events with a common format: