apache_exporter icon indicating copy to clipboard operation
apache_exporter copied to clipboard

mod_cache exporter

Open drzraf opened this issue 6 years ago • 0 comments

Which are interesting Apache metrics too. I wrote such an exporter for Munin (GPLv2), but contribution under MIT is a bit less appealing.

But basically, it's : htcacheclean -a -p /cache/path | egrep -o "<regexp-of-choice-N>" | sort | uniq --count for the N regexps the user is interested in.

drzraf avatar Aug 30 '18 22:08 drzraf