This morning to check the status of the server, found that there is a zombie process. The process is now described.
650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M00/8D/74/wKioL1idH56Q-0fMAABSpXJtfgE798.png-wh_500x0-wm_ 3-wmp_4-s_2808006226.png "title=" Zombie.png "alt=" Wkiol1idh56q-0fmaabspxjtfge798.png-wh_50 "/>
Command annotations:
-A parameter lists all processes
-O Custom output fields We set the Display field to stat(status), Ppid (process parent ID), PID (process id), cmd (command)
Because the process of Z or Z is a zombie process, we use grep to grab the stat state for the ZZ process
650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M00/8D/74/wKioL1idH5_TQe4oAADAJrcnoRQ439.png-wh_500x0-wm_ 3-wmp_4-s_1911207995.png "title=" Zombie2.png "alt=" Wkiol1idh5_tqe4oaadajrcnorq439.png-wh_50 "/>
The zombie process cannot be handled with the Kill-hup subprocess number and the Kill-hup parent process number. Finally, use the kill-9 parent process number to fix it!
Linux Zombie process Zombie processing.