Python Class for Apache log analysis

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • And80

    #1

    Python Class for Apache log analysis

    Hi all,
    I am looking for a python package that I could employ to analyze
    Apache's log files in real time. Of course I already have found some
    scripts, but most of them are outdated (python1.5), while others are
    simply impossible to use for a custom application. I was looking for
    something reliable, flexible and not to much outdated...

    Thank you in advance,
    Andrea

  • Steve Holden

    #2
    Re: Python Class for Apache log analysis

    And80 wrote:[color=blue]
    > Hi all,
    > I am looking for a python package that I could employ to analyze
    > Apache's log files in real time. Of course I already have found some
    > scripts, but most of them are outdated (python1.5), while others are
    > simply impossible to use for a custom application. I was looking for
    > something reliable, flexible and not to much outdated...
    >[/color]
    Are you saying that a Python 1.5 script won't work on recent Pythons, or
    just that the scripts, being old, don't meet your requirements?

    The log file format is old enough that you might find the old scripts
    are fine.

    regards
    Steve
    --
    Steve Holden +44 150 684 7255 +1 800 494 3119
    Holden Web LLC/Ltd http://www.holdenweb.com
    Love me, love my blog http://holdenweb.blogspot.com
    Recent Ramblings http://del.icio.us/steve.holden

    Comment

    Working...