Branches
Releases
|
Version
|
Focus
|
Date
|
|
4.5
|
Minor bugfixes |
11-Apr-2001 13:44 |
|
4.4
|
Major bugfixes |
21-Mar-2001 17:35 |
|
4.3
|
Minor bugfixes |
05-Mar-2001 11:45 |
|
4.2
|
Minor feature enhancements |
31-Jan-2001 09:34 |
|
4.1
|
N/A |
07-Jan-2001 18:28 |
|
4.0
|
N/A |
05-Jan-2001 14:43 |
|
3.3
|
N/A |
03-Jan-2001 15:10 |
|
3.2
|
N/A |
02-Jan-2001 20:35 |
|
3.1
|
N/A |
29-Dec-2000 17:45 |
|
3.0
|
N/A |
28-Dec-2000 12:56 |
Comments
[»]
no dots in ip
by roger_byucougar - Jan 5th 2006 13:04:20
Works well -- seems to have a small bug if the hostname/ipaddress does not
contain a period [calls it an error but still outputs it, so not a big
problem].
Thanks.
-Roger
[reply]
[top]
[»]
Re: no dots in ip
by roger_byucougar - Jan 13th 2006 19:30:06
> Works well -- seems to have a small bug
> if the hostname/ipaddress does not
> contain a period [calls it an error but
> still outputs it, so not a big
> problem].
Seems that the problem is not that hostname's lack a period, but rather if
they are of size 3 or less then mergelog mis-parses them. To fix change
SCAN_OFFSET to 7.
[reply]
[top]
[»]
Very handy!
by S. M. Das - Aug 3rd 2004 16:45:26
mergelog should come with apache. The compiled binary is under 40k (I know,
I know, platform, toolchain, etc... but still!).
How about a mergelog for error_log's? These are trickier because many
parsers don't output in apache error log format, but chunks of contiguous
aberrant errors could be treated as a single line, and it's date/time could
be flagged "after" the first properly formatted log line above
it, but before any possible mergeable line. Perhaps an option to strip any
malformed (consider corrupted?) lines.
[reply]
[top]
[»]
Damn fast
by Gediminas Gigas - Jun 4th 2002 10:23:22
Ok. I`m perl zealot, but this time i should admit C speed against perl
analogue merge_apache_logs.
It saved me. I`ve successfully merged 3 log files with total of 1.5GB like
in 2 minutes. Webalizer parsed output without problems.
Its simple, fast and it does what it should.
[reply]
[top]
[»]
Re: Damn fast
by Jason - Jun 26th 2002 13:45:23
Ok, I'm new to this whole thing. I downloaded it and compiled it. I have
3 log files on 3 different servers. nce I pull them down to a local
machine, I want to merge them. How do I do this using mergelog?
> Ok. I`m perl zealot, but this time i
> should admit C speed against perl
> analogue merge_apache_logs.
> It saved me. I`ve successfully merged 3
> log files with total of 1.5GB like in 2
> minutes. Webalizer parsed output without
> problems.
> Its simple, fast and it does what it
> should.
[reply]
[top]
[»]
Re: Damn fast
by Bertrand Demiddelaer - Jun 29th 2002 08:56:08
> Ok, I'm new to this whole thing. I
> downloaded it and compiled it. I have 3
> log files on 3 different servers. nce I
> pull them down to a local machine, I
> want to merge them. How do I do this
> using mergelog?
You can try the following command:
mergelog logfile1 logfile2 logfile2 > merge
You can also try this:
man mergelog
;-)
[reply]
[top]
|