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>
MySQL数据库备份和还原实践记录关于如何使用 JDeveloper 的 images相关资讯 Oracle教程
- Oracle中纯数字的varchar2类型和 (07/29/2015 07:20:43)
- Oracle教程:Oracle中查看DBLink密 (07/29/2015 07:16:55)
- [Oracle] SQL*Loader 详细使用教程 (08/11/2013 21:30:36)
| - Oracle教程:Oracle中kill死锁进程 (07/29/2015 07:18:28)
- Oracle教程:ORA-25153 临时表空间 (07/29/2015 07:13:37)
- Oracle教程之管理安全和资源 (04/08/2013 11:39:32)
|
本文评论 查看全部评论 (0)