Hi folks,
The first version of my node-red-contrib-process-resources node was limited to the Node-RED processes. Now version 1.1.0 can be used also more generally, a.o. based on some feedback from @kevinGodell.
-
You have multiple ways to specify which processes should be monitored:
So only the Node-RED processes, or all processes, or a specific PID.
-
More information is send in the output msg about every process:
-
The processes in the output msg can be sorted in two ways:
-
The processes in the output msg can be sorted by every available statistic:
You can install this beta version directly from my Github repository, from within your .node-red folder:
npm install bartbutenaers/node-red-contrib-process-resources
As always, all "constructive" feedback is very welcome!
Bart