/Linux-Tracing

Linux tracing scripts

Primary LanguagePython

Linux Tracing tools

Conversations.py

Get a realtime summary of per pid inet data transmission via BPF Compiler Collection (BCC) https://github.com/iovisor/bcc and associate them with dns responses extracted from libc functions calls.

Conversations - Animated gif demo

Dnsdig.py

Uses sysdig to get dns responses from the recvfrom syscall buffer and python to parse and format the responses.