Re: available memory from task manager
- From: George <George@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 17 Jan 2008 01:40:00 -0800
Thanks Pavel,
1.
http://msdn2.microsoft.com/en-us/library/aa366586.aspx
No, this is different.
I am a little confused. You mean this API provides commit change value if we
retrieve page file value from the dwAvailPhys member of MEMORYSTATUS?
2.
I want to confirm with you about the term commit charge. It means actual
consumed RAM (physical memory) + paging file (disk), right?
regards,
George
"Pavel Lebedinsky [MSFT]" wrote:
.Other things are
reflected in the commit charge but do not occupy either
physical memory or pagefile space (for example, VirtualAlloc'ed
pages that have not been accessed).
Do you mean the demand for zero case? :-)
Yes, demand-zero pages.
"Paging File\% Usage" perf counter can be used for this.
There is another way.
http://msdn2.microsoft.com/en-us/library/aa366586.aspx
No, this is different.
In almost all cases if you see "page file" in the name of some counter
you can substitute it with "commit charge". ullAvailPageFile is just
another example.
Paging File\% Usage on the other hand represents the actual amount
of data in the pagefile. It's a rarely used counter, and as far as I know
there is no other documented way to access it.
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
- Follow-Ups:
- Re: available memory from task manager
- From: Pavel Lebedinsky [MSFT]
- Re: available memory from task manager
- References:
- Re: available memory from task manager
- From: Pavel Lebedinsky [MSFT]
- Re: available memory from task manager
- From: George
- Re: available memory from task manager
- From: Pavel Lebedinsky [MSFT]
- Re: available memory from task manager
- From: George
- Re: available memory from task manager
- From: Pavel Lebedinsky [MSFT]
- Re: available memory from task manager
- Prev by Date: Re: compile error about void*
- Next by Date: native application (& NtCreateFile)
- Previous by thread: Re: available memory from task manager
- Next by thread: Re: available memory from task manager
- Index(es):
Relevant Pages
|