0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

pm2

Last updated at Posted at 2025-08-14

pm2 commands

pm2 start run.sh --name prometheus --interpreter bash
pm2 start pm2.json
pm2 start pm2.json --only api
pm2 resurrect

pm2 flush

pm2 save

pm2 logrotate

pm2 install pm2-logrotate
pm2 set pm2-logrotate:max_size 1GB
pm2 set pm2-logrotate:retain 7
pm2 set pm2-logrotate:compress true
pm2 set pm2-logrotate:dateFormat YYYYMMDD

pm2 set pm2-logrotate:rotateModule true
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?