How to get process status using pid?

Viewed 15233

If I known a process's pid, how can I tell if the process is a zombie using Python ?

2 Answers
Related