[python-win32] list of child processes from pywin32

Farzin Shakib farzin_shakib at acusim.com
Tue Feb 28 03:49:44 CET 2006


Is there a way to get a list of all children of a process via pywin32?

These would be all processes launched from calls like popen(), system() 
and QProcess().

Alternatively, is there a way to get the total CPU time (user and 
kernel) of all children of a python session?
Note that os.times() does not work on Windows and on Linux it only post 
the children time when the children exit.



More information about the Python-win32 mailing list