I am running the node.js server on cygwin and I would like to know how much memory is used by this node.js process. How can I do it? Task Manager I think that displays only cywin console memory? Is there a team for this?
There is a top for cygwin. This is part of the procps package.
top
Hope this helps.
There is also process.memoryUsage ()