← Extra Resources

EXTRA · TROUBLESHOOTING · CURATED

Troubleshooting & Debugging Resources.

troubleshooting debugging linux observability resources mindstack
System debugging, diagnostic tools, and methodologies — books, the right tools, and the playbooks for when things break. Links open in a new tab.

Books

ResourceWhatLink
The Art of Debugging (GDB/DDD/Eclipse)Find + fix code defects.book
Systems Performance — Brendan GreggEnterprise + cloud tuning.book
Debugging: The 9 Indispensable RulesSystematic methodology.book
The Practice of System & Network AdminEnterprise admin.book

Research Papers

ResourceWhatLink
Effective Troubleshooting — Google SRESystematic prod debugging.site
Why Do Internet Services Fail?Oppenheimer et al, USITS '03.pdf
The Tail at ScaleDean & Barroso, latency.pdf

GitHub Repositories

ResourceWhatLink
linux-insidesLinux internals deep dive.repo
Awesome Incident ResponseTools collection.repo
Linux Hardening ChecklistDebug + harden.repo
KubernetesK8s debugging source.repo

Videos & Courses

ResourceWhatLink
Brendan Gregg — Performance TalksSystems perf expert.video
Kubernetes Debugging DocsOfficial debug tasks.site
Docker TroubleshootingOfficial daemon guide.site

Essential Tools

ResourceWhatLink
straceSystem call tracer.site
tcpdumpPacket capture.site
WiresharkProtocol analyzer.site
htopProcess monitor.site
perfKernel performance analysis.site
gdbGNU debugger.site

Articles & Blogs

ResourceWhatLink
Brendan Gregg's BlogSystems performance.site
Red Hat — RHEL TroubleshootingSystematic approach.site
Kubernetes Debug DocsK8s troubleshooting.site
ResourceWhatLink
USE Method — Brendan GreggUtil/Saturation/Errors checklist.site
Performance MethodologyBrendan Gregg's methods.site
Network TroubleshootingRed Hat solution guide.site
where to start Learn the methodology first (Brendan Gregg + Red Hat guides), then master strace/tcpdump/perf/gdb. Systems Performance is the deep reference.
← prev: Databases next: Performance Engineering →
© cvam — written in plaintext, served warm