hi,<div><br></div><div>I currently have a bash wrapper which executes a program, something like this</div><div><br></div><div>#!/usr/bin/env bash</div><div>export LD_LIBRARY_PATH=/foo:$LD_LIBRARY_PATH</div><div>exec "$@"</div>
<div><br></div><div>I would like to have a python process which will do process accounting for all children, so if a process starts, I would like to get all the children's memory  (/proc/<ALL Children>/stat).</div>
<div><br></div><div>Is there a way to do this? </div><div><div><br></div>-- <br>--- <span>Get your facts first, then you can distort them as you please.</span>--
</div>