python processes names

S

Sylwia

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
 
C

Cameron Laird

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?
 
D

djw

Sylwia said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,181
Messages
2,570,970
Members
47,536
Latest member
VeldaYoung

Latest Threads

Top