When using apache as a proxy for a number of clients how can I work out the hit rate for the cached items?
|
feedback
|
|
you can calculate the hit ratio by counting the entries in access_log with return code 200 and 304.
it is not the absolute exact cache hit ratio, but is good enough in most cases. and some more background info from apache. | ||||
|
feedback
|