Page File Bytes Peak is the maximum amount of virtual memory, in bytes, that this process has reserved for use in the paging file(s). Paging files are used to store pages of memory used by the process that are not contained in other files. Paging files are shared by all processes, and the lack of space in paging files can prevent other processes from allocating memory. If there is no paging file, this counter reflects the maximum amount of virtual memory that the process has reserved for use in physical memory.
Packets: %1!d! Objects: %2!d! Object Additions: %3!d! Object Modifications: %4!d! Object Deletions: %5!d! Object Moves: %6!d! ...
Page Faults/sec is the average number of pages faulted per second. It is measured in number of pages faulted per second because ...
Page Faults/sec is the rate at which page faults by the threads executing in this process are occurring. A page fault occurs ...
Page File Bytes is the current amount of virtual memory, in bytes, that this process has reserved for use in the paging file(s). ...
Page File Bytes Peak is the maximum amount of virtual memory, in bytes, that this process has reserved for use in the paging ...
Page Reads/sec is the rate at which the disk was read to resolve hard page faults. It shows the number of reads operations, ...
Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and ...
Page Writes/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written to ...
Pages Input/sec is the rate at which pages are read from disk to resolve hard page faults. Hard page faults occur when a ...