python processes names

djw dwelch91 at comcast.net
Mon Apr 5 09:55:22 EDT 2004


Sylwia wrote:
> Hi!
> 
> How to make python programs show up by name is ps (e.g ps -e). By
> default if  we have many different python processes running
> simultaneously, then we can only see python python python for three
> different python processes. I would much rather see
> first_python_program_name.py, second_python_program_name.py and
> third_python_program_name.py listed by ps. Is that possible without
> downloading and installing any non-standard modules?
> 
> Thank you in advance,
> 
> Best wishes,
> 
> Sylwia

You could use proctitle:

https://ftp.psychosis.com:4302/python/

-Don



More information about the Python-list mailing list