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-5.0.tar.bz2 | 0000127781 125 KB | |
squidanalyzer.changes | 0000002507 2.45 KB | |
squidanalyzer.cron | 0000000093 93 Bytes | |
squidanalyzer.http | 0000000224 224 Bytes | |
squidanalyzer.spec | 0000003685 3.6 KB |
Revision 5 (latest revision is 17)
- update to 5.0: + introduce a completely new design thanks to the great work of Nathanael Bonin based on CSS + Add TransfertUnit configuration directive to allow changing default Bytes transfert unit. Possible values are BYTES, KB, MB and GB. + Fix date encoding with call to date+iconv or fallback to strftime(). + Fix sorttable with missing tbody tag. Thanks to Nathanael Bonin for the patch. + Fix accent within report, now SquidAnalyzer will use the CharSet translation directive to set the charset following the language. Default to utf-8, french, german and portuges will use iso-8859-15. + Fix issue where per user/ip network stats was wrong and very high. Thanks to Ben Tullis for the report. + Fix several design issues, moved png images in a dedicated directory. Thanks to Nathanael Bonin for the patches. + Reorder source tree and apply tree change on Perl install. + Removed FooterFile that like HeaderFile is no more used. + Remove code for graphs generated using GD::Graph libraries, replaced by the Javascript library Flotr2. + Fix extra .0 in networks report. + Add the use %M to replace month by its 3 letters abbreviation into DateFormat configuration directive. Thanks to pk-its for the feature request. + Add missing german translation. Thanks to pk-its for the patch. + Remove space in user alias to prevent corruption of data files. Thanks to Robert Becskei for the report. + Fix stat_user.dat format error when username have a space in its login name. Thanks to Moise Michel for the report. + Force date/time used in report generation date to used 24h notation. Thanks to Klaus Tachtler for the report
Comments 0