Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software for Webserver Log Analysis? [closed]

Tags:

Can I get some recommendations (preferably with some reasons) for good log analysis software for Apache 2.2 access log files?

I have heard of Webalizer and AWStats, but have never really used any of them, and would like to know:

  • What they can do
  • Why they are useful
  • Interesting uses for them

Any and all comments and thoughts are welcome.

like image 979
kaybenleroll Avatar asked Aug 19 '08 12:08

kaybenleroll


People also ask

Which tool we generally use for log analysis?

Splunk. Splunk is one of the most well-known log monitoring and analysis platforms, offering both free and paid plans.

What is the tool you were using for log analysis and visualization?

Logentries is a basic log monitoring tool allowing real-time log monitoring and search. It also includes easy-to-use and nice-looking visualization and analytics tools, so you can monitor longer-term trends and see how events are correlated across your systems.


2 Answers

AWStats and Webalizer are both good and free (I think both free speech as well as free beer). I generally prefer the look of AWStats - it has a nice modern look whereas Webalizer looks like something created in about 1992.

They both give roughly the same information which includes:

  • Most frequently accessed pages
  • Which hosts (IPs and Domain Names) visitors come from
  • Proportion of users using different browsers
  • Proportion of downloads of different file types

All of this information is usually viewable on a hour by hour, day by day, month by month and year by year basis. Normally the raw data is available but also with bar charts and pie charts. Both AWStats and Webalizer will (I think) try and work out where your visitors come from by using services such as GeoIP, although I never bothered to set this up. Some also try to work out what order people have visited pages in and things like that - but that is very difficult to do so the results are guesses at the best.

I generally find them both useful - even if just to get an overview of what is going on with my server and who is accessing it. They are both relatively easy to install - although I seem to remember Webalizer being a little easier than AWStats, and they both have varied configuration options to let you decide exactly what you want to get out of them.

For more information see their sites at awstats.sourceforge.net/ and http://www.webalizer.org/.

Hope that helps.

Robin

like image 96
robintw Avatar answered Sep 25 '22 20:09

robintw


I use Analog because it's free, but it is rather dated now (wow, last release was 4 years ago!) and I'm sure it doesn't have as many fancy features as newer ones.

like image 42
Greg Hewgill Avatar answered Sep 21 '22 20:09

Greg Hewgill