Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node is endpoint instance ewma -> Exponentially Weighted Averages 指数移动加权平均,体现的是一段时间内的平均值 ewma node is a weighted node, it will collect statistic data and calculate a weight. 配合ewma算法,实现 p2c 负载均衡算法
func (*Node) PickElapsed ¶
Click to show internal directories.
Click to hide internal directories.