Hi,
!defwrites displays various parameters. on my pc these values are:
*** Cache Write Throttle Analysis ***
CcTotalDirtyPages: 13 ( 52 Kb)
CcDirtyPageThreshold: 5632 ( 22528 Kb)
MmAvailablePages: 38626 ( 154504 Kb)
MmThrottleTop: 250 ( 1000 Kb)
MmThrottleBottom: 30 ( 120 Kb)
MmModifiedPageListHead.Total: 458 ( 1832 Kb)
Write throttles not engaged
-
here does CcDirtyPageThreshold indicates maximum number of dirty pages allowed in system?
-
also is there any function for retrieving these values in minifilter driver code?