is there any command/tool on windows 7 to see the memory consumed by a process in bytes, just like tasklist/taskmanager, but in bytes?
|
feedback
|
migrated from stackoverflow.com May 5 '10 at 5:45
This question came from our site for professional and enthusiast programmers.
|
SysInternals has a bunch of tools that can help you. | |||||
feedback
|
|
You can run:
Open up plop.txt and pick the info (fields) your interested in then use:
Output:
| |||||||
feedback
|
|
What about get-process cmdlet for powershell? | |||
|
feedback
|