pm2-gui
pm2-gui copied to clipboard
Memory and CPU usage does not update per process
On launch of PM2-GUI you can see how much memory and cpu a process is using:
"monit": { "memory": "35M", "cpu": 0 },
but these numbers are never updated...
+1
I'm currently working on a curses-like monitor, and I'll add this enhancement as soon as possible after the monitor being finished.
I would like this too, my processes typically don't stay on the same memory footprint.