Looked at that before.  psutil doesn't do children.<br><br>--mihai<br><br><div class="gmail_quote">On Tue, Feb 28, 2012 at 4:35 PM, Chris Rebert <span dir="ltr"><<a href="mailto:clp2@rebertia.com">clp2@rebertia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Feb 28, 2012 at 10:33 AM, Mihai Badoiu <<a href="mailto:mbadoiu@gmail.com">mbadoiu@gmail.com</a>> wrote:<br>

> I'm trying to compute the total CPU load of an external process and it's<br>
> children.  (so I cannot use resource.getrusage)  For the load of the process<br>
> I can just grab it from /proc/X/stat.  How do I get the CPU load of the<br>
> children processes?  Is there an easy way to get a list of the children<br>
> processes?<br>
<br>
</div></div><a href="http://code.google.com/p/psutil/" target="_blank">http://code.google.com/p/psutil/</a><br>
<br>
Cheers,<br>
Chris<br>
</blockquote></div><br>