willbeeler
willbeeler

Reputation: 689

Access.Log Analyzer

Just a quick question. I use Ubuntu as a server and as a desktop. Does anyone have any ideas for a nice access.log analyzer? It could be a program that I download to the desktop or the server. Thanks.

Upvotes: 2

Views: 6870

Answers (3)

lechup
lechup

Reputation: 3150

If You are looking for something light, You can check command line tool for log analyzing called Go Access.

On Ubuntu/Debian just type:

sudo apt-get install goaccess

It looks like this:

enter image description here

Upvotes: 8

oldmonk
oldmonk

Reputation: 739

Maybe Nihuo is suitable for you.

Upvotes: 0

JoseK
JoseK

Reputation: 31371

AwStats is a quite popular choice and here are instructions for Ubuntu

Upvotes: 3

Related Questions