Could someone recommend a good and free program for analysing Apache Tomcat logs. I don't need real-time analysis or anything like that. I have a log and I just want a quick and easy way to get some usage statistics from it. The stats don't even have to be too fancy - I just want a rough idea of unique users per day, week, and month really.

Thanks,

Bart.

link|improve this question

79% accept rate
feedback

2 Answers

up vote 2 down vote accepted

You could use LambdaProbe :

http://www.lambdaprobe.org/d/index.htm

It's a nice webapps that only require that you relaunch Java. It provides nice features like live thread listing, and also parses log file (catalina.out) There is some nice monitoring (Session, threads, memory) and gives connector's load. At last (not least) it provides an interface to manage your webapps.

link|improve this answer
I love Lambdaprobe, but have been disappointed that there hasn't been an update since 11/2006. Works great on all my current stuff, but I'm worried that it's gonna start aging out. – Tim Howland Sep 8 '09 at 13:11
1  
Ah, just found a fork of it for that reason: code.google.com/p/psi-probe – Tim Howland Sep 8 '09 at 13:12
feedback

Awstats would be a good choice i think.

There's a tutorial on how to set it up. http://www.turro.org/xp/Portal?xpc=1$@8$@1$@1&folder=20050104154634840

Edited some link brainlessness

link|improve this answer
Awstats only allows to analyse logs in order to have statistics. That's not suitable for Tomcat logs imao – Kronick Sep 8 '09 at 13:05
1  
That is true. But the question was about usage statistics. As in http requests per second. Not java heap size. And awstats excels at that. – pyhimys Sep 9 '09 at 6:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.