where awstats_options are any option known by AWStats
-config=configvalue is value for -config parameter (REQUIRED)
-update option used to update statistics before to generate pages
-lang=LL to output a HTML report in language LL (en,de,es,fr,...)
-month=MM to output a HTML report for an old month=MM
-year=YYYY to output a HTML report for an old year=YYYY
and awstatsbuildstaticpages_options can be
-awstatsprog=pathtoawstatspl gives AWStats software (awstats.pl) path
-dir=outputdir to set output directory for generated pages
-date used to add build date in built pages file name
New versions and FAQ at http://awstats.sourceforge.net
logresolvemerge allows you to merge several log files into one output,
sorted on date. It also makes a fast reverse DNS lookup to replace
all IP addresses into host names in resulting log file.
logresolvemerge comes with ABSOLUTELY NO WARRANTY. It's a free software
distributed with a GNU General Public License (See COPYING.txt file).
logresolvemerge is part of AWStats but can be used alone as a log merger
or resolver before using any other log analyzer.
Usage:
logresolvemerge.pl [options] file
logresolvemerge.pl [options] file1 ... filen
logresolvemerge.pl [options] *.*
Options:
-dnslookup make a reverse DNS lookup on IP adresses (not done by default)
-showsteps to add benchmark informations every 5000 lines processed
This runs logresolvemerge in command line to open one or several web
server log files to merge them (sorted on date) and/or to make a reverse
DNS lookup. The result log file is sent on standard output.
Note: logresolvemerge is not a 'sort' tool to sort one file. It's a
software able to output sorted log records (with a reverse DNS lookup
made if wanted) even if log records are shaked in several files.
However each of thoose files must be already independently sorted itself
(but that is the case in all web server log files).
logresolvemerge is particularly usefull when you want to merge large log
files in a fast process and with a low use of memory getting records in a
chronological order from a pipe (for use by a log analyzer).
Now supports/detects:
Automatic detection of log format
No need of extra Perl library
New versions and FAQ at http://awstats.sourceforge.net
Warning: logresolvemerge.pl provided with 4.0 has a memory bug that
makes logresolvemerge.pl vampiring your memory and making swap (until process is finished)
when used on large log files. Use at least logresolvemerge.pl 1.2 that fix that (provided
with AWStats 4.1)
common2combined converts any Apache 'common' log file into a 'combined' file.
common2combined comes with ABSOLUTELY NO WARRANTY. It's a free software
distributed with a GNU General Public License (See COPYING.txt file).
common2combined is part of AWStats but can be used alone for any need.
Value used for the 2 new fields added in conversion are :
New referer : "-"
New user Agent : "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"