storm metrics

判断storm的一个topology性能如何,主要关注capacity指标。官方对此有一段描述:

 The "capacity" metric is very useful and tells you what % of the time in the last 10 minutes the bolt spent executing tuples. If this value is close to 1, then the bolt is "at capacity" and is a bottleneck in your topology. The solution to at-capacity bolts is to increase the parallelism of that bolt.

以下是对这些指标的描述以及计算方式:

Capacity =  Execute latency  *   Executed over a window  /   Window size

To calculate the capacity for the first executor (Id: 10-10), Capacity = 1916.9 * 200 / 595000 = 0.644

Strom UI for Capacity 1

To calculate the overall measurements for all the executors in one type of bolt, use the metrics as:

Capacity = Max(executor Capacity) Execute latency = Average(executor Execute latency) Executed = Sum(executor Executed)

Strom UI for Capacity 2

posted on 2015-09-15 15:57 4279 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/g4279/p/4810537.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值