How do I change the process name of an Erlang VM?
It isn’t very convenient to have beam listed when I do ps -A…
Somewhat related to: changing the process name of a python script
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would have to overwrite the content of argv[0] in C in Linux. Now how to do that from erlang … Well you might need to start the erlang process from within a C wrapper .. Just my 2 cent