Linux debugging tools I love
Summary
Julia Evans outlines five favorite Linux debugging tools (strace, dtrace, dstat, tcpdump+wireshark, perf, and opensnoop) and explains how they help diagnose performance and behavior issues. The post emphasizes practical, real-world debugging workflows on Linux (with notes on OS X and eBPF-based tooling) and links to related resources such as flame graphs.