Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18847 > unrolled thread

Re: analysis of java application logs

Started byKrzysztof <krzysztof.otrebski@gmail.com>
First post2012-09-19 04:00 -0700
Last post2012-09-23 22:29 -0400
Articles 4 — 3 participants

Back to article view | Back to comp.lang.java.programmer

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: analysis of java application logs Krzysztof <krzysztof.otrebski@gmail.com> - 2012-09-19 04:00 -0700
    Re: analysis of java application logs Arne Vajhøj <arne@vajhoej.dk> - 2012-09-19 18:21 -0400
      Re: analysis of java application logs Lew <lewbloch@gmail.com> - 2012-09-19 20:37 -0700
        Re: analysis of java application logs Arne Vajhøj <arne@vajhoej.dk> - 2012-09-23 22:29 -0400

#18847 — Re: analysis of java application logs

FromKrzysztof <krzysztof.otrebski@gmail.com>
Date2012-09-19 04:00 -0700
SubjectRe: analysis of java application logs
Message-ID<c2b6062c-e336-4087-8e50-d3ab944b5cbb@googlegroups.com>
W dniu poniedziałek, 23 maja 2011 09:50:54 UTC+2 użytkownik Ulrich Scholz napisał:
> Hi,
> 
> I'm looking for an approach to the problem of analyzing application
> log files.
> 
> I need to analyse Java log files from applications (i.e., not logs of
> web servers). These logs contain Java exceptions, thread dumps, and
> free-form log4j messages issued by log statements inserted by
> programmers during development. Right now, these man-made log entries
> do not have any specific format.
> 
> What I'm looking for is a tool and/or strategy that supports in lexing/
> parsing, tagging, and analysing the log entries. Because there is only
> little defined syntax and grammar - and because you might not know
> what you are looking for - the task requires the quick issuing of
> queries against the log data base. Some sort of visualization would be
> nice, too.
> 
> Pointers to existing tools and approaches as well as appropriate tools/
> algorithms to develop the required system would be welcome.
> 
> Ulrich

I'm using OtrosLogViewer http://code.google.com/p/otroslogviewer with batch processing https://code.google.com/p/otroslogviewer/wiki/BatchProcessing. Following method of your log processing logic is called when log event is parsed.
 logDataParsed(LogData data, BatchProcessingContext context);
Additionally you are notified when processing is started/finished.

Krzysztof.

[toc] | [next] | [standalone]


#18853

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-09-19 18:21 -0400
Message-ID<505a4565$0$289$14726298@news.sunsite.dk>
In reply to#18847
On 9/19/2012 7:00 AM, Krzysztof wrote:
> W dniu poniedziałek, 23 maja 2011 09:50:54 UTC+2 użytkownik Ulrich Scholz napisał:
>> I'm looking for an approach to the problem of analyzing application
>> log files.
>>
>> I need to analyse Java log files from applications (i.e., not logs of
>> web servers). These logs contain Java exceptions, thread dumps, and
>> free-form log4j messages issued by log statements inserted by
>> programmers during development. Right now, these man-made log entries
>> do not have any specific format.
>>
>> What I'm looking for is a tool and/or strategy that supports in lexing/
>> parsing, tagging, and analysing the log entries. Because there is only
>> little defined syntax and grammar - and because you might not know
>> what you are looking for - the task requires the quick issuing of
>> queries against the log data base. Some sort of visualization would be
>> nice, too.
>>
>> Pointers to existing tools and approaches as well as appropriate tools/
>> algorithms to develop the required system would be welcome.
>
> I'm using OtrosLogViewer http://code.google.com/p/otroslogviewer with batch processing https://code.google.com/p/otroslogviewer/wiki/BatchProcessing. Following method of your log processing logic is called when log event is parsed.
>   logDataParsed(LogData data, BatchProcessingContext context);
> Additionally you are notified when processing is started/finished.

If another posting of yours is to be believed then you are not
a happy user but the author of that software.

Honesty please!

Arne




[toc] | [prev] | [next] | [standalone]


#18858

FromLew <lewbloch@gmail.com>
Date2012-09-19 20:37 -0700
Message-ID<7941d11d-f27a-49ae-bc51-ec7d3d81f73a@googlegroups.com>
In reply to#18853
Arne Vajhøj wrote:
> Krzysztof wrote:

[a bunch of blatant spam]

>> Additionally you are notified when processing is started/finished.
> 
> If another posting of yours is to be believed then you are not
> a happy user but the author of that software.
> 
> Honesty please!

Honesty from a multiposting spammer? Please!

-- 
Lew

[toc] | [prev] | [next] | [standalone]


#18903

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-09-23 22:29 -0400
Message-ID<505fc59c$0$291$14726298@news.sunsite.dk>
In reply to#18858
On 9/19/2012 11:37 PM, Lew wrote:
> Arne Vajhøj wrote:
>> Krzysztof wrote:
>
> [a bunch of blatant spam]
>
>>> Additionally you are notified when processing is started/finished.
>>
>> If another posting of yours is to be believed then you are not
>> a happy user but the author of that software.
>>
>> Honesty please!
>
> Honesty from a multiposting spammer? Please!

Since it was Java software being promoted, then I am not
considering him lost forever ...

:-)

Arne

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web