Zachary Frenette
2011-07-23 02:14:19 UTC
When we zero-fill part of the page only (so say, part of the page is in
the elf file, but the rest has to be zero-filled), do we count this as a
VMSTAT_PAGE_FAULT_ZERO, or a VMSTAT_PAGE_FAULT_DISK?
Right now I have: VM_PAGE_FAULT_ZERO is increase whenever part of the
page is zero-filled, and VM_PAGE_FAULT_DISK whenever the ENTIRE page is
in the elf file. Is this correct?
the elf file, but the rest has to be zero-filled), do we count this as a
VMSTAT_PAGE_FAULT_ZERO, or a VMSTAT_PAGE_FAULT_DISK?
Right now I have: VM_PAGE_FAULT_ZERO is increase whenever part of the
page is zero-filled, and VM_PAGE_FAULT_DISK whenever the ENTIRE page is
in the elf file. Is this correct?