Difference between revisions of "PM2"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:PM2 (software)]] (2013) is a [[process manager]] for the [[JavaScript]] runtime [[Node.js]]. | [[wikipedia:PM2 (software)]] (2013) is a [[process manager]] for the [[JavaScript]] runtime [[Node.js]]. | ||
+ | * http://pm2.io/ | ||
+ | |||
* https://pm2.keymetrics.io/ | * https://pm2.keymetrics.io/ | ||
+ | |||
+ | |||
+ | [[npm install]] pm2 -g | ||
+ | |||
+ | [[pm2 --help]] | ||
+ | [[pm2 list]] | ||
+ | pm2 start app.js | ||
+ | [[pm2 monitor]] | ||
+ | [[pm2 startup]] | ||
+ | [[pm2 dashboards]] | ||
+ | |||
+ | == Related == | ||
+ | * [[Node-config]] | ||
+ | * [[Axon]] | ||
== See also == | == See also == | ||
+ | * {{pm2}} | ||
* {{Node.js}} | * {{Node.js}} | ||
[[Category:Node.js]] | [[Category:Node.js]] |
Latest revision as of 06:54, 20 June 2023
wikipedia:PM2 (software) (2013) is a process manager for the JavaScript runtime Node.js.
npm install pm2 -g
pm2 --help pm2 list pm2 start app.js pm2 monitor pm2 startup pm2 dashboards
Related[edit]
See also[edit]
Advertising: