Programmatic Parsing of ps

James Mills prologic at shortcircuit.net.au
Thu Feb 10 19:46:30 EST 2011


On Thu, Feb 10, 2011 at 4:58 AM, octopusgrabbus
<old_road_farm at verizon.net> wrote:
> I have Python 2.6.6. I would like to get this output
>
> ps -ef | grep 'fglgo csm'
>
> into a list. What is the best way to do that? I've been reading the
> documentation, and am lost.

Have you checked out psutil (1) to see if it
meets your needs ?

cheers
James

1. http://pypi.python.org/pypi/psutil/0.2.0

-- 
-- James Mills
--
-- "Problems are solved by method"



More information about the Python-list mailing list