Squid Graph v3 Documentation

Table of Contents




Changelog

v3.1, release August 24, 2002

v3.0, released June 03, 2001

v2.2.1, released Nov 16, 2000

NOTE: Older changelogs have been deleted. To view them, download an old version and view the CHANGELOG file.


Differences from version 2

Squid Graph version 3 now reads log data from the standard input (STDIN) instead of reading the logfile itself. The reason why I did this because it makes Squid Graph extensible enough to be able to accept almost any other logfile simply by writing a program to convert the data to a Squid-like logfile on-the fly. An example is the apacheconv utility provided. Read more about it in the supplementary tools section.

Prior to version 3, Squid Graph needs to read a configuration file squid-graph.conf to determine where to look for the logfile, when to start/end, and to configure itself for other various functions. This is troublesome, because we don't run Squid Graph often. Now, configuration options are read from the command line.

Since Squid Graph now reads its configuration options from the command line, it no longer works as a CGI application, and I do not recommend you to use it as one either. If you want to use Squid Graph as a CGI application, please get version 2 instead.




(c) 2001, SecurLogic <squid-graph@securlogic.com>
http://squid-graph.securlogic.com/