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.1.tar.bz2 | 0000137788 135 KB | |
squidanalyzer-rpmlintrc | 0000000178 178 Bytes | |
squidanalyzer.changes | 0000009341 9.12 KB | |
squidanalyzer.cron | 0000000093 93 Bytes | |
squidanalyzer.http | 0000000224 224 Bytes | |
squidanalyzer.spec | 0000004821 4.71 KB |
Revision 11 (latest revision is 17)
- update to 6.1 This release fix severals major issues and adds a new feature to disable weekly reports with a new command line option --no-week-stat. - Fix top domains report where url with port was reported in unknown domains. Thanks to Michael Gauthier for the report. - Add --no-week-stat to disable weekly reports generation. Thanks to Mang0uste for the feature request. - Fix and update Ukrainian translation file. Thanks to Oleg A. Deordiev for the patch. - Save the last line parsed line when squid-analyzer is interrupted to avoid loading twice the same data after restarting. Thanks to Michael Gauthier for the report. - Fix missing calendar menu on daily report. Thanks to Cesar Vazquez for the report. - Fix problem with links to weekly summaries in SquidAnalyzer.pm Thanks to David Murrel for the patch. - Add IO::Handle and FileHandle in Perl modules that should be loaded. Thanks to Jeetendra Poojari for the report.
Comments 0