Linux system looking for zombie process

Source: Internet
Author: User

1. Use the top command to see if the server currently has a zombie process.

2. Use PS and grep commands to find zombie processes

$ ps-a-ostat, PID, ppid, cmd | Grep-e ' ^[zz] '

Command explanation:

-A: List all processes

-O: Custom output fields, this command sets the display field to stat (status), PID (Process id), PPID (parent process id), cmd (command)

The process of Z or Z is a zombie process, so use grep to grab the stat state for the ZZ process

3. Kill command kills Zombie process

$ kill 2148

If the kill 2148 child process is not valid, you can try to kill the parent process to resolve the problem.

Linux system looking for zombie process

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.