Listing the processes running on one's computer in Python

Posted by Moiz on Stack Overflow See other posts from Stack Overflow or by Moiz
Published on 2008-12-14T22:20:34Z Indexed on 2010/04/27 3:53 UTC
Read the original article Hit count: 363

Filed under:
|
|

Is there a cross-platform way to list the processes running on one's computer through a python script? For Unix based system "ps -ef" works, but I am new to Python and don't know a way to write something that would work across any platform.

Thanks!

© Stack Overflow or respective owner

Related posts about processes

Related posts about cross-platform