DevOps in Linux — Zombie Process
Linux zombie process deep dive
Before we introduce and troubleshoot Zombie process, let’s first understand what is “process status”.
Process Status
When iowait
is increasing, the process is likely to be in an uninterruptible state for a long time because it cannot get a response from the hardware. From the output of ps
or top
…