pm2 status code example
Example 1: pm2 install
$ npm install pm2@latest -g
# or
$ yarn global add pm2
Example 2: pm2 show command
pm2 describe
Example 3: pm2 logs
pm2 logs <processname>
Example 4: pm2 status
pm2 status <processname>
Example 5: pm2 install
$ pm2 ecosystem