Is there any way python is natively, or through some code available online (preferably under the GPL), capable of doing process management. The goal is similar to the functionality of ps, but preferably in arrays, lists, and/or dicts.
Asked
Active
Viewed 3,475 times
4 Answers
0
If you're not interested in a module, you might also have a look at the /proc
filesystem, procfs.

Mattie
- 20,280
- 7
- 36
- 54
0
There is something out there called ProcessManager, but I have not used it before.

Brian Lyttle
- 14,558
- 15
- 68
- 104