since pm2 knows the pid of every process it manages, it should also show which ports each one is listening on imho
Currently the only workaround is ss -tnlp | grep node which doesn't map cleanly to pm2 process names
Something like a port column in pm2 ls output would be great
since pm2 knows the pid of every process it manages, it should also show which ports each one is listening on imho
Currently the only workaround is
ss -tnlp | grep nodewhich doesn't map cleanly to pm2 process namesSomething like a
portcolumn in pm2 ls output would be great