Check status, logs, metrics

Now that you have started this application, you can check its status, logs, metrics and even get the online dashboard with pm2.io. List the status of all application managed by PM2

$ pm2 [list|ls|status]

To display logs in realtime

$ pm2 logs

To dig in older logs

$ pm2 logs --lines 200

Here is a realtime dashboard that fits directly into your terminal

$ pm2 monit

Web based dashboard, cross servers with diagnostic system

$ pm2 plus
Comments