Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoytech/vmtouch
Portable file system cache diagnostics and control
https://github.com/hoytech/vmtouch
cache evict filesystem-cache lock-memory mlock page pages paging touch virtual-memory
Last synced: 6 days ago
JSON representation
Portable file system cache diagnostics and control
- Host: GitHub
- URL: https://github.com/hoytech/vmtouch
- Owner: hoytech
- License: bsd-3-clause
- Created: 2012-01-25T02:45:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T21:44:42.000Z (9 months ago)
- Last Synced: 2024-11-29T13:06:13.270Z (13 days ago)
- Topics: cache, evict, filesystem-cache, lock-memory, mlock, page, pages, paging, touch, virtual-memory
- Language: C
- Homepage: https://hoytech.com/vmtouch/
- Size: 358 KB
- Stars: 1,817
- Watchers: 45
- Forks: 214
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - hoytech/vmtouch - Portable file system cache diagnostics and control (C)
README
# vmtouch - the Virtual Memory Toucher
[![Build Status](https://travis-ci.org/hoytech/vmtouch.svg?branch=master)](https://travis-ci.org/hoytech/vmtouch)
## Portable file system cache diagnostics and control
vmtouch is a tool for learning about and controlling the file system cache of unix and unix-like systems. It is BSD licensed so you can basically do whatever you want with it.
### Quick install guide:
$ git clone https://github.com/hoytech/vmtouch.git
$ cd vmtouch
$ make
$ sudo make install### More information
* [Official Website](https://hoytech.com/vmtouch/)
* [Online manual](https://github.com/hoytech/vmtouch/blob/master/vmtouch.pod)
* [System tuning parameters](https://github.com/hoytech/vmtouch/blob/master/TUNING.md)### Support
To complement the open source community, Hoytech offers services related to vmtouch:
* Advanced feature development
* Support contracts
* Training sessionsPlease contact Doug Hoyte for more information.
### Authors
vmtouch is copyright (c) 2009-2017 Doug Hoyte and contributors.