监视 WebSphere Portal 环境中的性能
2009-11-04 00:00:00 来源:WEB开发网为此,要做的第一件事情是确定副本的名称。您可以使用在 WebSphere Application Server 管理控制台中指定的名称。您还需要知道用于提供副本的端口。请参见图 5。
图 5. WebSphere Application Server 管理控制台
拥有此信息之后,您可以使用新的节来编辑 IHS (Apache) conf 文件。通常可以通过执行 ps -ef|grep http 并确定正在使用的 conf 文件来找到 http.conf 文件。如果您的环境是新的,请参考安装说明。对于此示例,关键字为 cloneID,CloneName 为 WebSphere_Portal 和 WebSphere_Portal_Clone_2,端口分别为 9085/9086。目标 WebSphere Application Server 主机名称为主机 name.ibm.com。请参见清单 1。
清单 1. 新的节<LocationMatch "cloneID$" >
RewriteEngine on
RewriteCond %{QUERY_STRING} ^WebSphere_Portal_Clone_2
RewriteRule /(.*)/cloneID$ http://hostname.ibm.com:9086/$1 [P]
RewriteCond %{QUERY_STRING} ^WebSphere_Portal
RewriteRule /(.*)/cloneID$ http://hostname.ibm.com:9085/$1 [P]
</LocationMatch>
此节在添加到所有的 IHS 服务器以后,将允许您获得与特定副本的会话关联。例如,要使用此节,您将访问门户应用程序,并将 ?cloneID=WebSphere_Portal_Clone_2 追加到 URL,您的请求将发送到 WebSphere_Portal_Clone_2。
在大规模环境中,您拥有许多副本,您需要调试或重现某个问题,并且不希望将每个服务器上的每个副本仔细搜寻一遍以确定请求的去向,在这种情况下,上述方法将非常有用。当您查找特定于副本的问题,或者希望基于日志时间戳测量组件发生的性能问题次数时,它也是个理想的工具。
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
- ››WebSphere Business Process Management V6.1 入门...
更多精彩
赞助商链接