Monitor Dirty Cache

while true; do grep -A1 dirty /proc/vmstat; grep Dirty /proc/meminfo; sleep 1; done

No comments: