Hello there,
I'd like to add a cache hit / miss metric.
The only option I currently see without touching the code would be to pipe log lines and increment counters on /^CACHED/ or /^DONE/ regexp matches.
Would you have any pointers, for a different//better way to do this ? I will be looking for this, and may try to implement a few solutions, if possible.
Hello there,
I'd like to add a cache hit / miss metric.
The only option I currently see without touching the code would be to pipe log lines and increment counters on
/^CACHED/or/^DONE/regexp matches.Would you have any pointers, for a different//better way to do this ? I will be looking for this, and may try to implement a few solutions, if possible.