tobert / pcstat

Page Cache stat: get page cache stats for files on Linux
Apache License 2.0
1.23k stars 153 forks source link

needs tests #5

Closed tobert closed 6 years ago

tobert commented 10 years ago

There aren't any tests right now. Unfortunately the dd test in the README requires root access so that won't do.

The right way is probably to have tests create temp files and use madvise() to cache pages and validate everything is working.

tobert commented 6 years ago

There are a couple tests and they'll have to do until I pick up this work again.