Skip to content

Instantly share code, notes, and snippets.

@joeylin
Created August 26, 2014 02:31
Show Gist options
  • Save joeylin/99b1eb53247e2a0f419e to your computer and use it in GitHub Desktop.
Save joeylin/99b1eb53247e2a0f419e to your computer and use it in GitHub Desktop.
pm2基本操作
启动
pm2 start app.js -i max
监控
pm2 monit
log
pm2 logs
关闭
pm2 kill
重启
pm2 resurect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment