Column Name | Mode | Description | Data Type |
---|---|---|---|
PageMajorFaults | count | Number of major page faults. If the page is not loaded in memory at the time the fault is generated, then it is called a major or hard page fault. |
FLOAT |
PageMinorFaults | count | Number of minor page faults. If the page is loaded in memory at the time the fault is generated, but is not marked in the memory management unit as being loaded in memory, then it is called a minor or soft page fault. |
FLOAT |