- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
2#
发表于 2012-7-11 21:00:51
ODM FINDING:
Understanding Instance Load Balancing
With server-side connection load balancing, the listener routes incoming client connections to instances on the least loaded nodes and then to the least loaded instance on that node. The listener determines connection distribution based on profile statistics that are dynamically updated by PMON. The higher the node load the more frequent PMON updates the load profile. Updates occur in as little as one minute on heavily loaded nodes and may take up to ten minutes on lightly loaded nodes.
Listener logs and PMON traces both offer valuable information when evaluating instance load balancing. We will review both areas in detail in this document.
Please note that the examples that follow utilize the Unix "grep" command to locate strings in the listener logs, Windows systems have a similar facility, "find", which can be used in the same manner.
pmon定期会给listener 更新 goodness 实例负载信息,(The higher the node load the more frequent PMON updates the load profile)系统负载越高这种更新越频繁
更多信息可以参考
Understanding and Troubleshooting Instance Load Balancing [ID 263599.1]
你也可以通过 10257 trace name context forever, level 16 事件来 TRACE PMON的行为 |
|