Skip to content

Instantly share code, notes, and snippets.

@darkcolonist
Created January 26, 2016 06:10
Show Gist options
  • Save darkcolonist/ef025b5d5b1d15f32d5d to your computer and use it in GitHub Desktop.
Save darkcolonist/ef025b5d5b1d15f32d5d to your computer and use it in GitHub Desktop.
enlist / hr recruitment center project setup specs
[email protected] [~/www/sub/enlist]# pm2 start server.js
-------------
Looking for a complete monitoring and management tool for PM2?
_ _ _ _
| | _____ _ _ _ __ ___ ___| |_ _ __(_) ___ ___ (_) ___
| |/ / _ \ | | | '_ ` _ \ / _ \ __| '__| |/ __/ __| | |/ _ \
| < __/ |_| | | | | | | __/ |_| | | | (__\__ \_| | (_) |
|_|\_\___|\__, |_| |_| |_|\___|\__|_| |_|\___|___(_)_|\___/
|___/
Features
- Real Time Dashboard
- CPU/Memory monitoring
- HTTP monitoring
- Event notification
- Custom value monitoring
- Real Time log display
Checkout
https://keymetrics.io/
-------------
[PM2] Spawning PM2 daemon
[PM2] PM2 Successfully daemonized
[PM2] Starting server.js in fork_mode (1 instance)
[PM2] Done.
┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬────────────┬──────────┐
│ App name │ id │ mode │ pid │ status │ restart │ uptime │ memory │ watching │
├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼────────────┼──────────┤
│ server │ 0 │ fork │ 25868 │ online │ 0 │ 0s │ 9.320 MB │ disabled │
└──────────┴────┴──────┴───────┴────────┴─────────┴────────┴────────────┴──────────┘
Use `pm2 show <id|name>` to get more details about an app
[email protected] [~/www/sub/enlist]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment