In article <[email protected]>,
Roy Smith  <[email protected]> wrote:
>
>I need to get information about what processes are running on a box.
>Right now, I'm interested in Solaris and Linux, but eventually
>probably other systems too.  I need to know things like the pid,
>command line, CPU time, when the process started running, and owner.
>
>Has anybody written a module to do this?  I know I can run ps and
>parse the output, or troll /proc directly, but if somebody's already
>written all that, I'd rather not reinvent the wheel.

Google "python process table"?
-- 
Aahz ([email protected])           <*>         http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to