[ANNOUNCE] node-red-contrib-process-resources: 1.1.0 beta

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.

  1. You have multiple ways to specify which processes should be monitored:

    image

    So only the Node-RED processes, or all processes, or a specific PID.

  2. More information is send in the output msg about every process:

    image

  3. The processes in the output msg can be sorted in two ways:

    image

  4. The processes in the output msg can be sorted by every available statistic:

    image

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

5 Likes

When I saw the new performance issue from @WhiteLion, I suddenly realized myself that this node beta wasn't released yet...

Although I have very few time lately, I somehow again managed to implement all the feedback.
Don't ask me how i do it :wink:

Here is version 1.1.0:

image

3 Likes

Hey Bart ! How do you do it ??? :sunglasses:

2 Likes

Fist question about this node, and a completely unexpected one :rofl:

2 Likes