Link to home
Start Free TrialLog in
Avatar of kam_uk
kam_uk

asked on

Measuring virtual memory use per process

Hello

I'm interested in finding out how much virtual memory is being used by some of our applications.

My understanding is that each process on a Windows 2003 Server (32bit) has 4GB virtual address space given to it, of which 2GB the process has access to and 2GB the OS has access to help run the process.

Question 1: An app can have multiple processes as we know. When we use the 'process', are we referring to processes as what we can see in Task Manager?

Question 2: Within Task Manager, I can see the memory usage for each process. I assume this is physical memory usage?

Question 3: How can I view the virtual memory usage per process?
ASKER CERTIFIED SOLUTION
Avatar of khaledf
khaledf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dolomitedave
dolomitedave

sorry i should have said performance monitor is located in control panel / administrator
You can use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx) and Performance Monitor (Control Panel --> Administrative Tools --> Performance Monitor).
(This can help you for set up memory settings: http://cybernetnews.com/cybernotes-windows-memory-usage-explained/)

Hope this help,

Bye


Avatar of kam_uk

ASKER

Thanks All.

I'll check out Process Explorer (is this the same as ProcessMon?)

As regards Perfmon - I wasn't sure that you could set up Perfmon to measure per process?
no they are not the same ProcessMon is different tool which serves a different purpose
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial