GithubHelp home page GithubHelp logo

kylefinley / pm2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unitech/pm2

0.0 2.0 0.0 3.55 MB

Production process manager for Node.JS applications. Perfectly designed for microservice architecture.

License: Other

JavaScript 88.44% Shell 11.51% CoffeeScript 0.02% PHP 0.02% Ruby 0.01%

pm2's Introduction

PM2

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks.

PM2 is constantly assailed by more than 300 tests.

Compatible with CoffeeScript. Works on Linux (stable) & MacOSx (stable) & Windows (bêta).

NPM version Build Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

NPM

Install PM2

$ npm install pm2 -g

npm is a builtin CLI when you install Node.js - Installing Node.js with NVM

Node.js 0.11.14 is recommended for cluster mode and reload feature.

Start an application

$ pm2 start app.js
$ pm2 start app.js -i max  # Enable load-balancer and cluster features

Main features

Process management

Once apps are started you can list and manage them easily:

Process listing

Listing all running processes:

$ pm2 list

Managing your processes is straightforward:

$ pm2 stop     <app_name|id|all>
$ pm2 restart  <app_name|id|all>
$ pm2 delete   <app_name|id|all>

To have more details on a specific process:

$ pm2 describe 0

Monitoring

Monit

Monitoring all processes launched:

$ pm2 monit

Log facilities

Monit

Displaying logs of a specified process or all processes, in real time:

$ pm2 logs
$ pm2 logs big-api
$ pm2 flush          # Clear all the logs

Load balancing / 0s reload downtime

When an app is started with the -i option, the cluster mode is enabled.

With the cluster mode, PM2 enables load balancing between each worker. Each HTTP/TCP/UDP request will be forwarded to one specific process at a time.

$ pm2 start app.js -i max  # Enable load-balancer and cluster features

$ pm2 reload all           # Reload all apps in 0s manner

Startup script generation

PM2 can generate and configure a startup script to keep PM2 and your processes alive at every server restart.

$ pm2 startup <ubuntu|centos|gentoo|systemd>

To save a process list just do:

$ pm2 save

Monitoring dashboard

Dashboard

We're going to release a very nice product, a dashboard to monitor every part of your Node.js applications. Here are some links:

  • Pitch + Survey People who fill the survey will be eligible for free license

Thanks in advance and we hope that you like PM2!

Other PM2 features

Know more about PM2

Advanced README.md

Changelog

CHANGELOG

Contributors

Contributors

License

Files in lib/ are made available under the terms of the GNU Affero General Public License 3.0 (AGPL 3.0). Except the file lib/CLI.js who is made under the terms of the Apache V2 license.

pm2's People

Contributors

achingbrain avatar binarykitchen avatar bpostlethwaite avatar bretcope avatar chriswiggins avatar cliftonc avatar dandv avatar fredericosilva avatar gumpcha avatar jlagneau avatar joshperry avatar jshkurti avatar kikobeats avatar loicmahieu avatar matsuu avatar meanwhilemedia avatar nmrugg avatar olegskl avatar rlidwka avatar sailxjx avatar soyuka avatar stephanx avatar sudowork avatar tjatse avatar treblam avatar unitech avatar vwal avatar willianpts avatar yani- avatar yyx990803 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.