现在用的最多的
pm2 list //运行项目列表
pm2 restart .. //重启运行某个项目
pm2 restart all //重启所有项目
pm2 start //启动项目
pm2 stop