This is a port of some very basic squid statistics gathering and display tools, written by a variety of people. The aim is to provide a small set of simple tools which display, analyse and report on both the server itself and the Squid software. This package is not intended as a replacement for the variety of existing statistics stuff out there. It is simply designed to be easier to install and run. To setup the database, run the following command as the statistics user (generally "squid") : su -m squid -c "/usr/local/bin/squidstats.pl createdb" Then make sure the following line is added to the squid crontab: */5 * * * * /usr/local/bin/squidstats.pl gather 2>/dev/null WWW: http://code.google.com/p/squidstats/