Skip to content

dotslash/pagecacheutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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