Recent content by suncowiam

  1. suncowiam

    Windows 10 How to monitor disk cache page accesses?

    What about the case where a page in memory is changed, becomes "dirty" and needs to be written back to disk/ssd. Would resource monitor track this also and what event would this be called? Thanks so much.
  2. suncowiam

    Windows 10 How to monitor disk cache page accesses?

    Anyone know of any tools or Windows API that can monitor disk cache page accesses? For example, if a cache page is loaded from/to memory, I would like to count the size and times. This is to determine possible SSD degradation with too many accesses from page caches. Thanks
Back
Top