简体   繁体   中英

is there a web analytics framework?

is there a free framework which I can use to develop a web analytics tool?

We want to know how many people visit our site, which pages of our sites is the Most Popular and etc.

like this: http://www.google.com/intl/en/analytics/tour.html

Obviously, we do not need to analytize other sites but only our own site.

BTW, we use tomcat as the servlet container.


Does these analytics tool work based on the server log?

It's not based on Java/Servlets, but if you can run PHP on your Tomcat you might want to have a look at Piwik ( Demo ) which can be customized using plugins. Their plugin architecture is quite good and well documented .

Open Web Analytics is a full featured web analytics framework written in PHP. You interface with it via javascript, php or REST calls.

Qmonix is basically what you are looking for. It's analytics SDK that provides server software to install it on your machine. So you control where it is and how it's accessible (eg using your firewall). And there are no third-party services like Google involved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM