M
Mario - Roma - Italy
In my Windows Server 2016 server I can use Task Manager and see that 1,9 GB of memory is used out of the 4 GB available.
How can I see how the memory is used by processes?
I need to see a list of the processes and the amount of memory used by each process. The sum should obvuously be a value near 1,9 GB, is it correct?
How can I extract the list of the processes with the memory used by each process and save it on a file?
I made some tests with the old tasklist command but the result I get with the sum of the memory used by each process is far from the total amount of memory displayed by task manager...
Should I use a PowerShell command?
Regards
Mario
Continue reading...
How can I see how the memory is used by processes?
I need to see a list of the processes and the amount of memory used by each process. The sum should obvuously be a value near 1,9 GB, is it correct?
How can I extract the list of the processes with the memory used by each process and save it on a file?
I made some tests with the old tasklist command but the result I get with the sum of the memory used by each process is far from the total amount of memory displayed by task manager...
Should I use a PowerShell command?
Regards
Mario
Continue reading...