An open API service indexing awesome lists of open source software.

https://github.com/dotslash/pagecacheutil

View, add, evict files from page cache
https://github.com/dotslash/pagecacheutil

golang linux pagecache unix

Last synced: 26 days ago
JSON representation

View, add, evict files from page cache

Awesome Lists containing this project

README

          

# 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](https://en.wikipedia.org/wiki/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