Common Node.js PM2 Monitoring Commands
pm2 show app # Show all information about the applicationpm2 -h # View pm2 help info and command usagepm2 list # List all projectspm2 stop app # Stop the application servicepm2 restart app # Restart the application servicepm2 delete app # Remove the application from the processpm2 sta …