product spy [message #517576] |
Tue, 26 July 2011 12:34 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
prashant_ora
Messages: 196 Registered: July 2010
|
Senior Member |
|
|
Hi,
This is a different type of question and even i do not know where to put it, so i m putting here ...
I have a web based product developed in java, now my requirement is to put a spy kind of thing, so that i can find out which module of the product is using very much, without putting performance overhead. I want to records information somewhere after visting each module by end users without thier information. Please suggest.
|
|
|
|
Re: product spy [message #517587 is a reply to message #517580] |
Tue, 26 July 2011 12:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
prashant_ora
Messages: 196 Registered: July 2010
|
Senior Member |
|
|
In the application say there are 20 diferent features, so we have to capture which feature is used most, and that information we have to show to management at any point of time. This would be a on going process ,so please suggest what would be the best way.
|
|
|
|
Re: product spy [message #517591 is a reply to message #517587] |
Tue, 26 July 2011 12:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/136107.jpg) |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
prashant_ora wrote on Tue, 26 July 2011 10:48In the application say there are 20 diferent features, so we have to capture which feature is used most, and that information we have to show to management at any point of time. This would be a on going process ,so please suggest what would be the best way.
Oracle RDBMS knows nothing about your application or its features.
You will need to "instrument" the code to increment counter table values each time it is invoked & incur resultant overhead for collecting this level of detail.
You can't get somethimg for nothing.
|
|
|