Linux Troubleshoot Zombie Processes
What should you do when system has large number of zombies?

In this article, let’s explore how to troubleshoot the scenario of too many uninterruptible or zombie processes.
Process Status
When iowait
is increasing, the process is likely to be in an uninterruptible state for a long time because it cannot…