安装:npm install pm2 -g #全局安装pm2
查看版本:pm2 -v
自动重启: pm2 start hello.js --watch
查看列表:pm2 list
查看日志: pm2 log <id|name>
停止服务:pm2 stop <id|name>