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?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com May 5 '10 at 5:45
|
SysInternals has a bunch of tools that can help you. |
|||||
|
|
You can run:
Open up plop.txt and pick the info (fields) your interested in then use:
Output:
|
|||||||
|
|
What about get-process cmdlet for powershell? |
|||
|
|