Re: [squid-users] Basic example for store.log analyzer

2015-10-05 Thread Eliezer Croitoru
Since there is a bug in the store.log this a fixed version of the tool: http://paste.ngtech.co.il/pll97qera The bug is that the cache_mem should not be reported on each memory store object release inside the store.log since the store.log is for cache_dir only. The difference between a cache_dir

[squid-users] Basic example for store.log analyzer

2015-10-01 Thread Eliezer Croitoru
I already had a plan to write something like that in the past and I had some time so I wrote this store.log tool: http://paste.ngtech.co.il/pr3kbbf4q The tool is written in ruby and what it does is "estimating" what is in the cache_dir now based on reading the store.log. Since I have not spen