In Process Explorer terms it is WS Private Bytes, whereas in Task Manager terms it is Private Working Set.
I would like a command line utility to display this information given a process name.
EDIT
A powershell script will do as well.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In
PowerShellyou may use:[EDIT]
[EDIT2]
Here’s an improved version which takes the process id as a parameter.
And here’s an version which takes the process name as a parameter. This may return multiple values (one for each instance of the process) and you can identify processes by the values by the
Process Id.