Hi community,
I am using a script node to run some operations preparing for standalone mode and I need to display CPU and memory usage using node.warn()
I tried to check the files in /dev/ and /etc/ but I am not able to find relevant info. How can I follow the CPU and memory usage from inside the script node ?
Thank you in advance