python processes names

Cameron Laird claird at lairds.com
Mon Apr 5 07:24:48 EDT 2004


In article <f6554b84.0404050308.7980080 at posting.google.com>,
Sylwia <lubowiecka at go2.pl> 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?
			.
			.
			.
There are MANY ways to go about this.  I presume Linux is
your host.  Does "ps -F" bring you closer to what you're 
after?
-- 

Cameron Laird <claird at phaseit.net>
Business:  http://www.Phaseit.net



More information about the Python-list mailing list