I use /proc/pid/status |grep VmRSS on Linux to find out the memory usage of specific process.
Is it possible to do the same thing on Windows? I want to perform this through Windows command window.
Another option could be to write the code in python