Commit Graph

13 Commits

Author SHA1 Message Date
Darold Gilles ca34fb915c Add documentation about multiprocess usage. 2014-08-14 22:38:14 +02:00
Darold Gilles fea09d9625 Add multiprocess support to SquidAnalyzer. This can improve a lot speed performances. See notes at bottom of issue #18 for more details. Great thanks to Francisco Rodriguez for his help. 2014-08-14 22:06:22 +02:00
Darold Gilles ff91d7cb40 Add more timing information during SquidAnalyzer execution. 2014-08-11 15:44:53 +02:00
Darold Gilles 0b6d1bc80d Prevents the script to run multiple instances using a pid file. This patch adds a new command line option -P to change the default pid file (/tmp/squid-analyzer.pid). Thanks to Gaetan Slongo for the patch. 2014-02-28 15:45:41 +01:00
Darold Gilles 2d331926f6 Fix help/usage to show $DEFAULT_CONFIGFILE instead of /etc/squidanalyzer.conf that may not always be the right place following the installation. Thanks to JoKoT3 for the patch. 2014-02-14 11:41:52 +01:00
Darold Gilles f4e9b65acc Add missing description of --no-year-stat option to documentation and squid-analyzer usage. 2013-09-01 21:42:33 +02:00
Darold Gilles 5bc0268ce7 Fix issue where squid-analyzer use default configuration file even if a custom one is specified with the -c option. Thanks to Thibaud Aubert for the report. 2013-05-29 16:27:56 +02:00
Darold Gilles 1e609e8b5c Add --no-year-stat to disable year statistics, reports will start at month level. 2013-05-29 01:03:58 +02:00
Darold Gilles a3c6807ffd Add -b | --build_date command line option to limit rebuilt to the given date, the format of its value can be yyyy-mm-dd, yyyy-mm or yyyy. This should be used to prevent rebuilding all html file from all data file. 2013-05-27 22:27:18 +02:00
Darold Gilles 775b60f3f8 Add -v | --version and -d | --debug command line options. 2013-01-29 12:33:13 +01:00
Darold Gilles 081f39bb74 Add -p | --preserve option to allow automatic removing of obsolete statistics. For example if it set to 6 all data and html statistics older than 6 month will be removed from filesystem. Thanks to ammdispose for the feature request. 2013-01-29 12:19:07 +01:00
Darold Gilles 94eb28b728 Change missing version number to 4.2 2012-04-06 11:07:52 +02:00
Darold Gilles f882d1dd6a Initial git commit 2012-04-06 10:47:56 +02:00