Re: Determining Process Memory Usage
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Wed, 28 Feb 2007 11:06:02 -0700
There's not going to be that sort of information. Data is not paged out,
ever.
Paul T.
"Kap" <Kap@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E735D4D4-AACF-4035-8BDC-6F9E19AFF094@xxxxxxxxxxxxxxxx
Basically what's available through GetProcessMemoryInfo(). I am
specifically
interested in PeakWorkingSetSize and WorkingSetSize. What I am trying to
do
is to monitor total heap usage of a given process over time.
"Paul G. Tobey [eMVP]" wrote:
What do you mean by "memory status of a process"? What are you trying to
find out?
Paul T.
"Kap" <Kap@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3C8FD7AD-2A27-49F5-AD37-A81B33379997@xxxxxxxxxxxxxxxx
Windows CE doesn't support GetProcessMemoryInfo(). The fuction
GlobalMemoryStatus() gives you information about physical and virtual
memory
of the system as a whole but not on process by process basis. I am in
an
environment where I can't use remote debugging tools. Is there anything
similar to GetProcessMemoryInfo in CE? How do I determine the memory
status
of a process?
Thanks.
.
- References:
- Re: Determining Process Memory Usage
- From: Paul G. Tobey [eMVP]
- Re: Determining Process Memory Usage
- Prev by Date: Re: How to Chnage the Default Screen in Windows CE 5.0
- Next by Date: Re: Sharing folders in Windows CE 5.0
- Previous by thread: Re: Determining Process Memory Usage
- Next by thread: Re: Determining Process Memory Usage
- Index(es):
Relevant Pages
|