Page Reads/sec is the rate at which the disk was read to resolve hard page faults. It shows the number of reads operations, without regard to the number of pages retrieved in each operation. Hard page faults occur when a process references a page in virtual memory that is not in working set or elsewhere in physical memory, and must be retrieved from disk. This counter is a primary indicator of the kinds of faults that cause system-wide delays. It includes read operations to satisfy faults in the file system cache (usually requested by applications) and in non-cached mapped memory files. Compare the value of Memory\\Pages Reads/sec to the value of Memory\\Pages Input/sec to determine the average number of pages read during each operation.
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 ...
Pages Output/sec is the rate at which pages are written to disk to free up space in physical memory. Pages are written back ...