capture app usage pattern data, etc.
Posted: Fri Aug 07, 2009 12:17 pm
by JensRichnow >> Mon, 9 Dec 2002 20:32:03 GMT
As we are about to implement a subsystem which statistically analyses the usage pattern of the various applications against a multitude of parameters etc. I wondered what a good approach would be.
Currently I evaluate two options: (1) Have a background process record all required data via notifications (persistent transactions), and (2) write the data to structured files, and process the files at request time, perhaps on a weekly basis. As all current applications are kind of optimised for speed we want to keep the overhead of capturing the additional data to a minimum.
What other options could be used? How does the persistent transaction overhead (time-wise) compares to writing to the file system? Does anybody did some rough benchmarking which compare the above two options?
As we are about to implement a subsystem which statistically analyses the usage pattern of the various applications against a multitude of parameters etc. I wondered what a good approach would be.
Currently I evaluate two options: (1) Have a background process record all required data via notifications (persistent transactions), and (2) write the data to structured files, and process the files at request time, perhaps on a weekly basis. As all current applications are kind of optimised for speed we want to keep the overhead of capturing the additional data to a minimum.
What other options could be used? How does the persistent transaction overhead (time-wise) compares to writing to the file system? Does anybody did some rough benchmarking which compare the above two options?