nohup.out 3.6 KB

12345678910111213141516171819
  1. kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  2. [PM2] Spawning PM2 daemon with pm2_home=/root/.pm2
  3. [PM2] PM2 Successfully daemonized
  4. [PM2] Starting /home/tg_create_link/start_data.js in fork_mode (1 instance)
  5. [PM2] Done.
  6. ┌────┬───────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
  7. │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
  8. ├────┼───────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
  9. │ 0 │ start_data │ default │ 1.0.0 │ fork │ 16723 │ 0s │ 0 │ online │ 0% │ 25.5mb │ root │ disabled │
  10. └────┴───────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
  11. [PM2][WARN] Current process list is not synchronized with saved list. App start start_novel differs. Type 'pm2 save' to synchronize.
  12. [PM2] Applying action restartProcessId on app [start_data](ids: [ 0 ])
  13. [PM2] [start_data](0) ✓
  14. [PM2] Process successfully started
  15. ┌────┬───────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
  16. │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │
  17. ├────┼───────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
  18. │ 0 │ start_data │ default │ 1.0.0 │ fork │ 11374 │ 0s │ 8108 │ online │ 0% │ 8.5mb │ root │ disabled │
  19. └────┴───────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘