I have several nodejs applications in a Windows server.(one server)
When I command "ps" in Windows powershell, these node applications's process name are all "node".
I need to distinguish them.
pm2 is really good but we apply new H/A(High Availability) solution.
The HA solution check process names only.
copy node.exe node1.exe
copy node.exe node2.exe
copy node.exe node3.exe
node1 app1.js
node2 app2.js
node3 app3.js
I just did that. Is there any smart way?
Дополнительный вопрос> Можно ли установить «имя процесса» при запуске приложения узла с pm2? Я имею в виду «имя процесса» в команде ps.