How to find out how much memory a process is using in cygwin?

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?

+4
source share
2 answers

There is a top for cygwin. This is part of the procps package.

Hope this helps.

+3
source
+7
source

All Articles