I'm running a node.js server on cygwin and I'd like to se开发者_开发问答e 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?
There's also process.memoryUsage()
There is top
for cygwin. It is part of the procps package.
Hope this helps.
精彩评论