开发者

How do I change the process name of an Erlang VM?

开发者 https://www.devze.com 2022-12-20 09:32 出处:网络
How do I change the开发者_JAVA技巧 process name of an Erlang VM? It isn\'t very convenient to have beam listed when I do ps -A...

How do I change the开发者_JAVA技巧 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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消