What are hard faults/sec in resource monitor

David Lambert 1 Reputation point
2022-12-20T22:17:03.843+00:00

What does hard faults/sec refer to on Memory tab in resource monitor?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 123.7K Reputation points MVP Volunteer Moderator
    2022-12-20T22:24:39.007+00:00

    Hi @David Lambert ,

    Hard faults are also known as page faults. Despite the negative connotation of the name, this is not an error condition. Rather, it represents an instance where a block of memory needed by the operating system or an application has to be fetched from the page file on the hard disk instead of from physical memory. A consistently high number of hard faults per second indicates a large—perhaps excessive—reliance on virtual memory, with consequent adverse performance effects.

    Source: https://learn.microsoft.com/en-us/previous-versions/technet-magazine/ff382715(v=msdn.10)?redirectedfrom=MSDN

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    11 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.