Squidward

Squidward is a simple tool for analysing squid's log files. Unlike most of its competitors, it does not generate reports, but instead displays results directly to the standard output; either in an easily parseable format for other scripts or in a human readable form to gain a quick overview about proxy server's traffic and cache usage. Moreover it is coded in C and has no dependencies. It is distributed under the terms of the GNU General Public License version 3.

Installation

You can download the latest tagged version which is 0.1.6 and install it with :

$ make
$ sudo make install

You can also pull the code directly from git :

$ git clone git://github.com/gawen947/squidward
$ cd squidward
$ make
$ sudo make install

Tarballs are also available at github.com/gawen947/squidward/tarball/master
Though you can only get tagged versions from the master branch, which may be older than what you'll have through git.

Competitors

Many others squid related tools can be found at www.squid-cache.org/scripts.

Bugs

You can report bugs, send patches and pull request on the github page at github.com/gawen947/squidward/issues.
You can also report bugs, send patches and request for new features at my email address .