Skip to content

Commit 4f274b9

Browse files
committed
1 parent 061b66c commit 4f274b9

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ Starting an application in production mode is as easy as:
3636
$ pm2 start app.js
3737
```
3838

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).
4040

4141
Official website: [http://pm2.keymetrics.io/](http://pm2.keymetrics.io/)
4242

4343
Works on Linux (stable) & MacOSx (stable) & Windows (stable).
44+
All Node.js versions are supported starting Node.js 0.12.
4445

4546
[![NPM](https://nodei.co/npm/pm2.png?downloads=true&downloadRank=true)](https://nodei.co/npm/pm2/)
4647

@@ -62,11 +63,21 @@ Your app is now daemonized, monitored and kept alive forever.
6263

6364
[More about Process Management](http://pm2.keymetrics.io/docs/usage/process-management/)
6465

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+
6576
## Update PM2
6677

6778
```bash
6879
# Install latest pm2 version
69-
$ npm install pm2 -g
80+
$ npm install pm2@latest -g
7081
# Save process list, exit old PM2 & restore all processes
7182
$ pm2 update
7283
```

0 commit comments

Comments
 (0)