I am looking for (preferably) an open source application that satisfies a very specific set of requirements for tracking users. I need to do the following:
1) track unique user sessions (easy)
2) track clicks on the screen for extended periods of time (hours) and use logs to recreate user behavior (automatic preferred, but manual if there are no other parameters)
3) track multiple browsers and devices (although they will all be browser-based)
4) minimum server overhead (most servers will have 4 GB of memory)
5) runs on a Linux server
6) can track html5 and ajax generated from java application
The key point here is that the web application being developed will run locally on small servers in thousands of distributed locations and cannot rely on any Internet connection (only its own local internal network). We also prefer open source, because we are quite limited on a budget, given that it will need to be run on thousands of servers (incompatible with commercial licenses).
I searched stackoverflow and did some other research, but I can not find anything that matches this account. Any advice would be greatly appreciated!
source
share