#debugging
All articles tagged #debugging โ practical guides from production experience.
Browse by category
Filter by topic
50 posts tagged #debugging ยท page 5 of 6
strace Tutorial: Debug Linux Processes Like a Senior Engineer
A practical strace tutorial for production debugging โ trace system calls, diagnose hung processes, find missing files, and debug permission errors with real command examples and incident workflows.
ps Command Linux: The Engineer's Troubleshooting Guide
How to use the ps command on Linux to debug high CPU, memory leaks, zombie processes, and unresponsive services โ with real production workflows, common mistakes, and a quick-reference cheat sheet.
Linux Process States Explained: R, S, D, Z and What They Mean for Troubleshooting
A practical guide to Linux process states โ R, S, D, Z, T โ what each means, how to read them in ps and top, why D state can freeze a system, and how to handle zombie processes in production.
Linux Performance Troubleshooting: Complete Engineer's Guide
The complete guide to Linux performance troubleshooting โ CPU, memory, disk I/O, process states, and network โ with step-by-step workflows, real production scenarios, and links to deep-dive articles on every topic.
Linux Memory Leak Troubleshooting: RSS vs VSZ Explained
How to troubleshoot memory leaks on Linux โ understanding RSS vs VSZ, tracking memory growth over time, identifying the leaking process, and real debugging steps from production systems.
Linux Log Analysis: How to Debug Issues Like a Senior Engineer
A practical Linux log analysis guide โ journalctl usage, grep techniques, log correlation across services, and real-world debugging workflows used in production incident response.
Linux High CPU Usage: Step-by-Step Troubleshooting Guide
Step-by-step guide to diagnosing Linux high CPU usage โ using ps, top, and htop to identify the culprit, distinguish user vs kernel vs I/O wait CPU, and resolve the issue in production.
Top Linux Debugging Tools Every Engineer Should Know
The essential Linux debugging tools for production troubleshooting โ ps, top, htop, lsof, strace, iotop, vmstat, dmesg, and more โ with real use cases and a comparison table.
htop vs top: Which Should You Use in Production?
htop vs top โ a practical comparison for Linux engineers. When to use each, key differences in UI and usability, performance overhead, and real production scenarios where one beats the other.