Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/mod_cache_status
Apache httpd module for tracking mod_cache's status (cache hit percentage, top cached items, identify cache trashing, etc)
https://github.com/bostrt/mod_cache_status
Last synced: 19 days ago
JSON representation
Apache httpd module for tracking mod_cache's status (cache hit percentage, top cached items, identify cache trashing, etc)
- Host: GitHub
- URL: https://github.com/bostrt/mod_cache_status
- Owner: bostrt
- Created: 2017-10-09T22:21:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T23:43:03.000Z (about 7 years ago)
- Last Synced: 2024-11-02T00:24:34.209Z (2 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mod_cache_status
## Building
```
# git clone https://github.com/bostrt/mod_cache_status.git
# cd mod_cache_status
# apxs -i -a -c mod_cache_status.c
```