Home
Projects
Downloads
About me
Lang
HR EN

Alco

NAME
alco - Apache log colorizing tool

SYNTAX
alco <awk_options> [--] <options> [<filename>]

DESCRIPTION
Alco is an awk script for colorizing apache common or combined logs. This script enables easy mention of lines which would otherwise escape to human eye. This script is really useful when used on the busy server with lot of virtual hosts.

SCREENSHOTS
alco_screenshot.png

DOWNLOAD
Alco download

OPTIONS
--
This should go before non awk options.
--re-interval
This option must be provided to enable intervals in gawk. If this option is omitted, script will not be able to recognize the format of apache logs. Therefore, common log format will be used. Alternatively, one could use -l option.
-l format
Define the format of your log file (eider common or combined), default is common.
-m pattern
If this option is specified, only lines whose first field match the pattern will be shown.
-i pattern
Show matched vhosts/IPs with inverted color.
-s pattern
show matched (comma delimited) HTTP status codes in bold red color.
-r
Show referrer field.
-V
Output version and exit.
-h
Show help screen and exit.

BUGS
Current version of Alco script does not contain known bugs.

SEE ALSO
httpd(8), Apache documentation (http://apache.org/)

AUTHORS
Josip Deanovic djosip@linuxpages.org