.NET PerformanceCounter for Hard Faults/sec
Posted
on Stack Overflow
See other posts from Stack Overflow
Published on 2008-11-04T17:48:36Z
Indexed on
2010/03/08
23:21 UTC
Read the original article
Hit count: 444
performancecounter
|memory
Vista's Resource Monitor includes a reading for "Hard Faults/sec". Is there an equivalent performance counter I can use in C# to get this reading? I've tried the "Page Faults/sec" under the memory category, but that appears to be something different.
© Stack Overflow or respective owner