You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: