大家好,欢迎来到IT知识分享网。Ruei 中文的习惯叫法”如意”
Ruei 的英文名字是Real User Experience Insight
主要功能:
– 通过监控最终用户的行为优化用户体验。
– 大概的一些特色: 快速定位系统存在的性能瓶颈,可以重放性能差的页面,交易性能分析,趋势分析,可定制Key Performance Indicators (KPIs)和Service Level Agreements
(SLAs)监控 ,查看源码定位代码问题等等。
工作原理
– 主要是架构在网络交换机层面,通过抓Client ip,Server IP,URL,Cookie/Session ID ,以及响应时间,数据大小,用户访问的错误,以及网络失败,或者网络超时等等这些数据,然后进行分析。
如果计划在ADF Fusion Web Applicaiton中使用它,需要在web.xml中配置如下参数:
<context-param> <description>This parameter notifies ADF Faces that the ExecutionContextProvider service provider is enabled. When enabled, this will start monitoring and aggregating user activity information for the client initiated requests. By default this param is not set or is false. </description> <param-name> oracle.adf.view.faces.context.ENABLE_ADF_EXECUTION_CONTEXT_PROVIDER </param-name> <param-value>true</param-value> </context-param>
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://haidsoft.com/128842.html