vote up 0 vote down star

Traditional logfile analytics tools (awstats, statcounter) or general web analytics (google analytics, yahoo web analytics) are not suitable for analyzing traffic on servlets. Is there a good alternative to log messages using a logging framework (log4j for example) and to write a custom analytics software for these?

flag
Can you describe what data points you want to capture that you can't get using other analytics tools? That will help focus the responses to what you're looking for. – Tim Howland Nov 5 '08 at 13:14

2 Answers

vote up 1 vote down check

Perhaps you could write a servlet filter that reports analytics etc. via the platform independent JMX monitoring infrastructure?

link|flag
This sounds like a good idea. – Ced Nov 5 '08 at 11:58
vote up 1 vote down

I use dTrace, but I run on Solaris. If your on Linux they also have a similar tool SystemTap. They are great for analytics and especially if you don't want to change a single line of code of your application.

Note: Both of these allow you to measure traffic with simple scripts

link|flag

Your Answer

Get an OpenID
or

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