58 Commits

Author SHA1 Message Date
Unitech
79a6a2d2ea feat: add service detection system + disable docker container listing by default 2019-06-17 20:57:46 +02:00
Unitech
f47c648b7f feat: allow to auto dump on start/stop/delete via pm2 set pm2:autodump true #2078 #3431 2019-05-29 00:33:11 +02:00
Unitech
2a62d97ee0 feat: better configuration display 2019-05-28 20:36:08 +02:00
Unitech
e376cbef9a fix: avoid pm2 show to fail if app is not started + avoid trying to stop unknow id 2019-05-10 23:26:07 +02:00
Unitech
dcc9894f02 fix: better display when pm2 linked to onprem + fix display width 2019-05-10 22:41:47 +02:00
Unitech
8b53212d46 refactor: better display management of pm2 ls 2019-05-09 00:34:44 +02:00
Alexandre Strzelewicz
581dd2f434 chore: force node>8 + upgrade chokidar to 3.0 + remove v8-compile-cache not needed anymore + force slice if env var too long in pm2 show 2019-05-07 11:05:20 -07:00
Alexandre Strzelewicz
94815990e6 fix: issues on display on macosx + memory available fix + hide temperature when not available + fix update pm2 avoid exception + sort by id instead of name 2019-05-07 10:56:56 -07:00
Unitech
72c48d17c8 feat: fix disk io floating point + fix duplication in pm2 monit command + reduce time to refresh sysinfos (need refactor to retrieve data live) + slice git comment 2019-05-07 18:29:23 +02:00
Unitech
3d2c3809e1 feat: pm2 slist for sysinfos + docker containers display + containers stop/restart/delete capabilities via pm2 <actions> docker process_id + host metrics display on pm2 ls (network, disk ios, cpu, mem...) + conditional display of high load (mem or CPU) processes in pm2 ls + add monitoring of filedescriptor and memory 2019-05-06 18:59:37 +02:00
Unitech
2833774d7f epic: pm4 to v4.0 + adding advanced sysinfos 2019-05-01 00:20:37 +02:00
Unitech
578362f89c fix: various terminal fixes 2019-04-05 15:40:42 +02:00
Unitech
596642356e feat: display divergent environment variable from local environment in pm2 show command 2019-04-05 12:14:08 +02:00
Unitech
977452c532 fix: display metric unit when running pm2 show 2019-04-05 12:02:50 +02:00
Unitech
79b4626e09 fix: #4212 versioning comment not always present 2019-04-05 11:56:05 +02:00
Alexandre Strzelewicz
bf0d1ce1ca
Merge pull request #4171 from EriksRemess/patch-1
Fix for missing column title
2019-04-05 11:44:53 +02:00
Unitech
46d57aadf8 fix: show indicator when an application has tracing activated 2019-03-26 13:44:07 +01:00
Eriks Remess
0229a3c0f9
Fix for missing column title
Table list didn't have *version* column title, that caused a shift of other column titles.
2019-02-20 11:01:22 +02:00
Evgeny Rodin
0f95118237 fix: #4021 removed version column from stacked table body 2019-01-09 14:06:34 +03:00
Unitech
09420d5c34 feat: enhance pm2 report 2018-12-27 15:29:47 +01:00
Unitech
2322438cae fix: resolve uid to username properly 2018-12-19 16:49:23 +01:00
Unitech
faa7496aed feat: add cron configuration if set when doing pm2 desc <app_name> 2018-12-19 16:23:34 +01:00
Unitech
7ce1fcdd66 use strict for node 4 2018-10-01 12:39:11 +02:00
Unitech
17fa30700f fix table rendered for modules 2018-10-01 12:32:07 +02:00
Unitech
d9e6042e82 fix when pm2/apps attribute is not an array 2018-10-01 12:11:36 +02:00
Unitech
565fc77e6e add command to display application environment 2018-09-28 21:17:15 +02:00
Unitech
058ea6e2c9 parse package.json to retrieve module version running in mem + --bail on mocha.opts to fail fast 2018-09-27 15:34:02 +02:00
Unitech
9aa0abbdab drop v1 modules logic and tests + v1 of tarball module management + add Common.err and Common.log helper with auto prefix + split module logic 2018-09-24 22:55:18 +02:00
Unitech
8c99e439a4 resolve uid to username 2018-09-23 18:06:42 +02:00
Unitech
9a36bfeb7e fix: remove ending \n on git version comment 2018-09-03 17:25:45 +02:00
Unitech
349664329e fix: restore monitored indicator 2018-08-29 11:53:18 +02:00
vince
83033d4cde feature: add id column in stacked mode (80 char mode) 2018-08-20 11:57:06 +02:00
Yazan Medanat
b8b48e83f7 refactor: removes unused imports. 2018-07-19 10:18:16 -04:00
Unitech
1da6edde80 feature: pm2 plus cli 2018-07-11 12:51:25 +02:00
shoya shiraki
32626cbe63 add node env when using show command 2018-06-26 13:12:29 +09:00
Unitech
d956f5ccd4 fix --sort 2018-01-22 16:03:28 +01:00
Vincent Vallet
9c66192b63
Merge branch 'development' into bad_username 2018-01-22 15:09:08 +01:00
wallet77
1f38463836 #3360 pm2 show wrong user, now display user who started the application 2018-01-12 10:36:53 +01:00
wallet77
f41ff15451 add sorting feature for process list 2018-01-10 10:34:12 +01:00
Unitech
83f899d2c0 #3273 fix pid path in --mini-list 2017-12-03 19:39:29 +01:00
vmarchaud
9a2a733970 bugfix: try/catch around userInfo to avoid crash #3184 2017-10-03 11:13:24 +02:00
Unitech
7d6f173078 #2144 #1060 #2957 #2033 #1872 #2938 #971 Select application uid/gid via --uid --gid (CLI+JSON) + pm2 install --uid / --gid 2017-07-02 19:28:41 +02:00
vmarchaud
74399f64ac (km) allow unmonitor of module + simple UI indicator 2017-07-02 17:30:59 +02:00
soyuka
6d979bcdb5 Bump cli-table fix #2972 2017-06-28 21:06:47 +02:00
Unitech
09b7c5e172 pm2 monitor|umonitor <pm_id|app_name|all> 2017-04-29 02:08:46 +02:00
Unitech
e7fcd16a9b #2845 open editor on pm2 conf or pm2 set cmd 2017-04-22 15:15:39 +02:00
Unitech
a376106e2d (CLI) change utf8 icon by chronometer 2017-01-11 19:54:48 +01:00
Unitech
58b613dd10 (CLI) add icon when process is being profiled 2017-01-11 19:34:46 +01:00
Unitech
6ae7635056 (CLI) add icon when process is being profiled 2017-01-11 19:34:10 +01:00
Unitech
5532eec036 (cli/ui) optimize shortened list + check if TTY for simpler outputs 2016-12-04 16:47:30 +01:00