Alexandre Strzelewicz
Alexandre Strzelewicz
There is also an indicator to get the overall health of a SSD: ```bash >>> sudo smartctl -s on -a /dev/sda | grep Media 233 Media_Wearout_Indicator 0x0013 098 098 000...
Basically we only wrap the 'read' and 'write' function of the 'net' module https://github.com/keymetrics/pm2-io-apm/blob/master/src/metrics/network.ts#L124 Maybe just increasing the number of listeners allowed via `emitter.setMaxListeners()` would suffice. If anyone has a...
Very interesting. We could enhance the exit handling via pmx directly. That's true that currently we recommend to catch the SIGINT handler only, a signal that is triggered by pm2...
If the v8-profiler is present in the container, PM2 allows to trigger heapdump and cpu profiling, that is a nice have to inspect what is going on in case of...
it does not work currently to `RUN pm2 install profiler` on alpine image because python & stuff are missing
Yes exactly and it also auto inject the profiler into the source code of the user allowing to retrieve heapdump/cpuprofile On Wed, Jan 24, 2018 at 7:45 PM Simone Primarosa...
that looks good to me! definitely agree on that!
https://github.com/Unitech/pm2/issues/4403
What we could do to offer a hardened Docker image: - pm2-runtime instead of node with default for two clustered process - pm2-runtime not started as root (#21) - pre...
Also I've found some interesting bits there: - https://hub.docker.com/r/phusion/passenger-nodejs/ - https://github.com/phusion/baseimage-docker#contents About the tags you suggest, we could not change the node version?