Please enable JavaScript to view this site.

Page Fault Monitor

Navigation: » No topics above this level «

The user Interface

Scroll Prev Top Next More

The user interface of Page Fault Monitor is shown below.

 

 userInterface

 

The top list shows all unique addresses that caused page faults for the monitored process.

 

The bottom list shows the page fault information associated with any address in the top list. Select an address in the top list and the related data is shown below. For any addresses that we can determine the DLL, symbol, filename and line number, we display that information in the source code window at the bottom of the display.

 

Above the top list various Virtual Memory status values are shown indicating virtual size, working set size, page file usage and various quota values. The total page fault count for the application is also shown, this value will be different from the number of page faults that Page Fault Monitor has information about. The reason the two values are different is that Page Fault Monitor displays the information Windows NT provides about page faults. Windows NT only stores a limited amount of data about page faults. Once this storage is used up, no more data is stored until after Page Fault Monitor has asked for the stored data. If Page Fault Monitor does not ask for the data frequently enough some information will be discarded by Windows NT.

 

To change the interval at which Page Fault Monitor asks Windows NT for information about page faults, adjust the Update Interval combo box. The shorter the interval, the more accurate the information collected about page faults.

To prevent the page fault list from being updated by the timer, change the combo value to No Update. When No Update is chosen, the Refresh button is enabled.

To Refresh the processes list and the page fault list, click the Refresh button.

 

The picture shown below shows Page Fault monitor monitoring memoryValidator_x64.exe.

 

 userInterfaceWorking

 

This picture shows process 5748 (memoryValidator_x64.exe) is being monitored for page faults. Page Fault Monitor has collected information about 598 page faults caused by memoryValidator_x64.exe. The top list shows information about the page faults. The list displays the addresses of all instructions that have caused page faults. The Count column indicates how many times this address has caused a page fault.

 

When displaying information about instructions, Page Fault Monitor will try to display DLL name, symbol, filename and line number, with the latter being taken from debug information.

 

Selecting an address in the top list causes information about the page faults at that address to be shown in the bottom list. The source code and symbol information (if known) is also displayed.

 

Note that the Page Fault count of 85535 is higher than the numbers monitored by Page Fault Validator because memoryValidator_x64.exe in this example has been running for a very long time, whereas Page Fault Monitor has been running for a few minutes.