Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 503 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 503 Bytes

pagecacheutil

A less featureful version of https://github.com/hoytech/vmtouch written in go as a learning excercise. It lets you

  1. see what parts of a file are in page cache
  2. add a file into page cache
  3. evict all aprts of a file from page cache (the system call for eviction is different in osx and linux. see oscompat directory)

Screenshot with usage