Re: using task manager to monitor memory
- From: "Pavel Lebedinsky [MSFT]" <pavel@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 13 Jan 2008 19:09:47 -0800
1. Page File (PF) Curve
I think Page File is system page swap file (persistent storage to store
page-out pages by a page stealer). Is that correct?
The page file graph in task manager shows the system commit
charge (Memory\Committed Bytes counter in perfmon), not
the actual pagefile usage.
If yes, I do not know why this parameter is so important and
displayed in central together with CPU surve. I think physical
memory consumed and available is more important to analyze
performance, right?
Physical memory usage and commit charge (which you can think
of as "virtual memory usage") are both important. But the people
who maintained task manager in Vista apparently agreed with
you, so in Vista the commit charge graph was replaced with the
physical memory usage graph.
How do you use the page file parameter to analyze performance
and how it impacts performance in your experience?
Commit charge is mostly useful for detecting memory leaks.
It can also affect performance, but this generally happens only
when the system is close to the limit, causing various components
to trimming internal caches to free more memory, etc.
2. What are the differences between System Cache and Kernel memory?
System Cache is the size of the system working set (which includes
the currently mapped portions of the file cache, plus various
other things), plus pages on standby and modified lists. The Windows
Internals book by Russinovich and Solomon has more details about
this.
Kernel memory is the combined size of the paged pool and the
non-paged pool. These pools are used by drivers and the system
itself to allocate general-purpose memory in kernel space.
.
- References:
- using task manager to monitor memory
- From: George George
- using task manager to monitor memory
- Prev by Date: Re: new and VirtualAlloc
- Next by Date: available memory from task manager
- Previous by thread: using task manager to monitor memory
- Next by thread: available memory from task manager
- Index(es):
Relevant Pages
|
Loading