Perfmon Memory Questions

J

Jeremy D. Pavleck

Gang,
Of all the Process counters, which one most accurately portrays the amount
of memory being used by a process?

As it stands, we have the following memory counters available to us:
Virtual Memory, Working Set, Private Virtual Memory, Private Virtual
Memory Peak, Non-Paged Pool, Paged Pool

Which counter, or combination of counters, most accurately tells me how much
memory a particular process is using?


Jeremy
 
J

Jason Hall [MSFT]

--------------------
From: "Jeremy D. Pavleck" <jeremy(dot)pavleck@capella(dot)edu>
Subject: Perfmon Memory Questions
Date: Fri, 23 Apr 2004 08:37:29 -0500

Gang,
Of all the Process counters, which one most accurately portrays the amount
of memory being used by a process?

As it stands, we have the following memory counters available to us:
Virtual Memory, Working Set, Private Virtual Memory, Private Virtual
Memory Peak, Non-Paged Pool, Paged Pool

Which counter, or combination of counters, most accurately tells me how much
memory a particular process is using?


Jeremy
----------------------

Working Set is going to be your best bet, it is basically the sum of all
memory that has been assigned to a given process.


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top