Report only "hard" page faults on Windows

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Diagnostics
    • Environment:
      Windows
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      On Windows, we are calling the Windows API GetProcessMemoryInfo() and returning the PageFaultCount as serverStatus.extra_info.page_faults. This value is the sum of "soft" and "hard" page faults, which makes the value not directly comparable with Linux and other OSs. We should instead report only "hard" page faults: page faults that cause a read from the page file or other file (such as a MongoDB database file).

            Assignee:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Tad Marshall
            Votes:
            7 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: