File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ Starting an application in production mode is as easy as:
36
36
$ pm2 start app.js
37
37
```
38
38
39
- PM2 is constantly assailed by [ more than 1000 tests] ( https://travis-ci.org/Unitech/pm2 ) .
39
+ PM2 is constantly assailed by [ more than 1400 tests] ( https://travis-ci.org/Unitech/pm2 ) .
40
40
41
41
Official website: [ http://pm2.keymetrics.io/ ] ( http://pm2.keymetrics.io/ )
42
42
43
43
Works on Linux (stable) & MacOSx (stable) & Windows (stable).
44
+ All Node.js versions are supported starting Node.js 0.12.
44
45
45
46
[ ![ NPM] ( https://nodei.co/npm/pm2.png?downloads=true&downloadRank=true )] ( https://nodei.co/npm/pm2/ )
46
47
@@ -62,11 +63,21 @@ Your app is now daemonized, monitored and kept alive forever.
62
63
63
64
[ More about Process Management] ( http://pm2.keymetrics.io/docs/usage/process-management/ )
64
65
66
+ ## Monitor PM2 and Applications
67
+
68
+ To monitor your applications just type:
69
+
70
+ ``` bash
71
+ $ pm2 register
72
+ ```
73
+
74
+ [ More about PM2 Monitoring] ( http://docs.keymetrics.io/ )
75
+
65
76
## Update PM2
66
77
67
78
``` bash
68
79
# Install latest pm2 version
69
- $ npm install pm2 -g
80
+ $ npm install pm2@latest -g
70
81
# Save process list, exit old PM2 & restore all processes
71
82
$ pm2 update
72
83
```
You can’t perform that action at this time.
0 commit comments