I’m running a node.js server on cygwin and I’d like to see how much memory is used by that node.js process. How do I do that? Task Manager I think only shows the cywin console memory?
Is there a command to do this?
I’m running a node.js server on cygwin and I’d like to see how much
Share
There is
topfor cygwin. It is part of the procps package.Hope this helps.