motd 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. -------------
  2. __/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
  3. _\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
  4. _\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
  5. _\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
  6. _\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
  7. _\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
  8. _\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
  9. _\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
  10. _\///______________\///______________\///__\///////////////__
  11. Runtime Edition
  12. PM2 is a Production Process Manager for Node.js applications
  13. with a built-in Load Balancer.
  14. Start and Daemonize any application:
  15. $ pm2 start app.js
  16. Load Balance 4 instances of api.js:
  17. $ pm2 start api.js -i 4
  18. Monitor in production:
  19. $ pm2 monitor
  20. Make pm2 auto-boot at server restart:
  21. $ pm2 startup
  22. To go further checkout:
  23. http://pm2.io/
  24. -------------