Web Log Mixer. Merge your web log files.

Web Log Mixer 1.3

Web Log Mixer is a GUI/command line utility which helps you to combine log files generated by the web server into a single log file. Source log files can be generated either by a single web server or by different web servers in the load balancing environment. The program understands log files compressed with zip, gzip or bzip2 and can compress destination log file with gzip or bzip2.

Download 21 Day trial(460 Kb)
Trial version does not support Silent option

Purchase a license (US$ 49.95)

How it works

The program is very easy to use. To start combining your log files create a configuration file and use it as a command line parameter when running the program. Also you can run the combining process from the configuration file editor. A format for running the program from the command line is:

weblogmixer.exe "configuration_file_name"

Where configuration_file_name is the full path to the Web Log Mixer configuration file like c:\logs\combine1.wlmi

Configuration file format and available options

Web Log Mixer configuration file has widely used Property=Value format. Each property-value pair shoud be placed on a separate line.

Here is the typical configuration file:

LogFormat=Auto
RemoveSource=no
Compression=gzip
AppendServerName=Yess
Overwrite=yes
ErrorLog=F:\@temp\_log_mixer_test\error.log
Silent=false
Destination=F:\@temp\_log_mixer_test\ouput\
Server=server1
Source=F:\@temp\_log_mixer_test\server1\*.log
Server=server2
Source=F:\@temp\_log_mixer_test\server2\*.log.gz

Properties for source files

Server and Source

These two properties specifies server name and corresponding source log files. The Source property should appear just after the corresponding Server definition. You can specify a single file or use * and ? characters to include several files. It is possible to use more compex definitions like *.(bz2|gz|zip) to include .bz2, .gz and .zip log files.

LogFormat

Specifies the format for source log files. Possible values: Auto, W3C and a custom format string.

RemoveSource

Set this property to True or Yes if you want to remove source log files.

Properties for destination file

AppendServerName

Set this property to True or Yes if you want to put an additional server name field into the destination log file. This option will add s-computername field to W3C Extended log files. For Apache log files it will write server name into the first field, also it will be preceded by the @ character.

Destination

Specifies directory for destination log file. Destination log file will be named automatically based on the first record in it and selected compression. In example 20021018-0002.log.gz

Compression

Specifies compression for the destination file. Possible values:
gzip - uses gzip compression algorithm, fast, compression 15:1
bzip2 - uses bzip2 compression algorithm, slow, compression 25:1
none - writes uncompressed log file.

Overwrite

Set this property to True or Yes if you want to overwrite destination file.

Miscellaneous properties

ErrorLog

Specifies the file for error logging. If you do not need logging set this property to empty string.

Silent

Set this property to True or Yes if you do not want a progress indicator. This option also disables all error messages except errors in configuration file. ErrorLog file will be written regardless of this option. This option is not available in the Trial.

 

1

Main menu

Home
Download
Purchase
Support

Web traffic analysis

Client-based web log analysis software
1