darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

A way to see user hourly statistic for a users #71

Closed covex closed 9 years ago

covex commented 9 years ago

Somehow I was not able to see in may test installation of squidanalyzer a statistic for the users hour by hour. Is it possible or not? If not, would it bee posible as feature request? Thanks.

Best if one can see a graph hour by hour for the user, upon click on certain hour at least a log breakdown for this hour would display as for the month.

darold commented 9 years ago

Hi,

Sorry for the response delay. No there's no such hour report, the reason is that SquidAnalyzer is already storing lot of data and takes lot of time to produce report. Adding per hour reports will increase build time too much. SquidAnalyzer build statistical reports it can not replace log files, but I agree that search user activity at a certain hour with native log format is not really trivial. I hope next major version will support http/custom log format.

Best regards,

darold commented 9 years ago

Http like log formtat (common or combined) is now fully supported.