Changelog
3.0.1 ( Mon Jul 23 2018 14:13:35 GMT+0200 (CEST) )
Changelog
3.0.0 ( Wed Jun 20 2018 11:06:21 GMT+0200 (CEST) )
add support for openbsd rc.d init scripts (fdeb0c32)
add kill_retry_time argument (b2cc0031)
bin/pm2
Changelog
v2.10.0 ( Mon Feb 19 2018 14:51:19 GMT+0100 (CET) )
add dependencies section into ecosystem.json file. (828a30d0)
--deep-monitoring available from pm2-runtime (99e62e3b)
add deep_metrics to deep_monitoring flag (4d1bea5e)
add flag to enable deep-monitoring (c5418688)
allow pm2 to install a set of module as one single command and add deep-monitoring. (9dddc80d)
pm2 pid <app_name> command (6687d499)
allow pm2 to install and enable event-loop-inspector data collecting (e6b0c474)
ignore signal when running in --no-daemon (b9c01c99)
upgrade pmx to git development branch (21be05a0)
allow pm2 to enable v8 data collecting from pmx (aa180fa8)
allow pm2 to install gc-stats (15634168)
feat add changelog generation support (14f53fc0)
pm2
Changelog
2.9.2
#3364 30% faster CLI via v8-compile-cache
add process._getActiveRequests() and process._getActiveHandles() custom metrics
#3402 #3360 fix bad username
#3413 check dependencies before launching tests
#3295 add sorting feature for process list (pm2 ls --sort <field_name:order>)
#3404 if no gid specified - set gid to uid
#3287 add typing for env
#3374 separate stdout and stderr for pm2-docker/pm2-runtime
#3366 improve building of rpm and deb packages
#3375 sendLineToStdin/sendDataToProcessId fix
#3365 fix report command for windows
#3367 Display an error if the process is not found when running 'pm2 logs <process-name>'
#3256 TypeError: Cannot read property 'destroy' of undefined
User: append SUDO_USER if no uid has been set and SUDO_USER present
User: check permission of agent
KM: send outliers
KM: infinite retry for km connection