Page Faults/sec is the average number of pages faulted per second. It is measured in number of pages faulted per second because only one page is faulted in each fault operation, hence this is also equal to the number of page fault operations. This counter includes both hard faults (those that require disk access) and soft faults (where the faulted page is found elsewhere in physical memory.) Most processors can handle large numbers of soft faults without significant consequence. However, hard faults, which require disk access, can cause significant delays.
Packets Transmitted/sec is the rate at which the Redirector is sending packets (also called SMBs or Server Message Blocks). ...
Packets/sec is the rate at which packets are processed by the computer. This count is the sum of Packets Sent and Packets ...
Packets/sec is the rate the Redirector is processing data packets. One packet includes (hopefully) many bytes. We say hopefully ...
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, ...