Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 302 Bytes

File metadata and controls

9 lines (6 loc) · 302 Bytes

apacheAccessLogAnalysis

Analysis of an Apache Access Log File

Log has to be configured in its default way

  • LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined
  • LogFormat "%h %l %u %t "%r" %>s %b" common

It uses JFreeChart library http://www.jfree.org/jfreechart/