문제

Both Task Manager and SysInternals Process Explorer show the total amount of a process's page-fault, but all Performance Counters and WMI objects I found show only Page-Faults per second,

Is there a different API or some obscure performance counter that does show the total amount of Page-Faults for a certain process? (on Windows)

도움이 되었습니까?

해결책

GetProcessMemoryInfo's PROCESS_MEMORY_COUNTERS has a count in PageFaultCount.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top