Created
August 26, 2014 02:31
-
-
Save joeylin/99b1eb53247e2a0f419e to your computer and use it in GitHub Desktop.
pm2基本操作
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
启动 | |
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