Squid access log report generation tool
SquidAnalyzer parse native access log format of the Squid proxy and
generate general statistics about hits, bytes, users, networks, top url
and top second level domain.
Statistic reports are oriented to user and bandwidth control, this is
not a pure cache statistics generator.
This analyzer is incremental so it should be run in a daily cron. Take
care if you have rotate log enable to run it before rotation is done.
The HTML output need a huge size for large number of user. Here on my
pentium III 500 MHz with 15Mb of free memory, for 600 users and an
access.log of 72 Mb it takes 20 minutes to run and generate 70 Mb of
HTML output by month. If you have an older system than this and want to
save space and time, you can disable url details feature that logs and
reports statistics for every URL and domain.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:proxy/SquidAnalyzer && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
squidanalyzer-6.3.1.tar.bz2 | 0000146772 143 KB | |
squidanalyzer-rpmlintrc | 0000000178 178 Bytes | |
squidanalyzer.changes | 0000013238 12.9 KB | |
squidanalyzer.cron | 0000000093 93 Bytes | |
squidanalyzer.http | 0000000480 480 Bytes | |
squidanalyzer.spec | 0000005073 4.95 KB |
Revision 13 (latest revision is 17)
- update to 6.3-1 (translated to RPM version 6.3.1): This release adds a new report to show statistics about Denied URLs. It also allow to add a SquidGuard log to the list of log files and to report blocked URLs into the Denied reports. It ialso adds a pie chart on SquidGuard ACLs use. There's also four new configuration directives: - UserReport to be able to remove any user related reports but statistics about URL and domains will remain. - ExcludedCodes to be able to exclude some log entries following the TCP code returned. - UrlHitsOnly to be able to enable the generation of additional HTML tables with top Url per byte and per duration in Top Urls and Domains report. - MaxFormatError to not exit immediatly when a bad format error is encountered. SquidAnalyzer will wait MaxFormatError before exiting. Note that this last directive is disable by default, so if you still want the three tables in the reports, you must set UrlHitsOnly to 1. A Catalan translation file has been added to the lang directory. It also included several bug fixes since last release. - re-packages original tarball to follow new version numbering and use bzip2
Comments 0