I coudn't find [Information]->[Statistics] menu on LQE 5.0.2 admin page
Hi, All
I coudn't find [Information]->[Statistics] menu on LQE admin page as what mentioned on below link
https://jljlmatu.wordpress.com/2014/10/23/44/
Another question is whether RELM server side performing the same operation when using opening an existed view and reloading the same view from browser?
Some time seeing it takes double time to display the view when performing reload. Any possible cause to that?
Whether client is using cache to storing the view contents?
Thanks and Regards
I coudn't find [Information]->[Statistics] menu on LQE admin page as what mentioned on below link
https://jljlmatu.wordpress.com/2014/10/23/44/
Another question is whether RELM server side performing the same operation when using opening an existed view and reloading the same view from browser?
Some time seeing it takes double time to display the view when performing reload. Any possible cause to that?
Whether client is using cache to storing the view contents?
Thanks and Regards
Accepted answer
Hi Jin,
The following might be useful to you in terms of accessing the statistics and testing the performance:
http://www.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.team.jp.lqe2.doc/topics/t_lqe_admin.html
http://www.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.team.jp.lqe2.doc/topics/t_lqe_adv_properties.html
http://www.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.team.jp.lqe2.doc/topics/t_lqe_manage_performance.html
If the View performance is degrading you can probably improve it by compacting the indexed data:
http://www.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.team.jp.lqe2.doc/topics/t_lqe_compact_data.html
However, if the performance is fluctuating, it might just be related to load on the server. There are some strategies for addressing that here:
http://www.ibm.com/support/knowledgecenter/SS2L6K_5.0.2/com.ibm.team.jp.lqe2.doc/topics/t_lqe_query_service_properties.html
Hope that helps!
John
Comments
Hi, John
Really appreciate your detailed input. I'll refer to the performance related info you suggested.
BTW, regarding the server side action when extending an existed view from browser or reloading the same view content, I think server is executing the same action to search required info from indexed data source?
Sometime I see reloading the same view taking double time to complete compare to open the view content from view list. Any thoughts?
Regards
Hi Jin,
I would only be guessing, but it's probably related to load on the server. The work needed to query the index is very unlikely to double in a short space of time, so the reason is probably that other threads are contending for server resources at that time.
John