strom ui Topology 可视化视图各个指标含义说明

Posted 丹江湖畔养蜂子的赵大爹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了strom ui Topology 可视化视图各个指标含义说明相关的知识,希望对你有一定的参考价值。

In the visualization, spout components are represented as blue, while bolts are colored between green and red depending on their associated capacity metric. The width of the lines between the components represent the flow of tuples relative to the other visible streams.

storm ui 中的topology可视化的中的指标说明:

spout: 用蓝色的球表示

bolt:  用绿色到红色的球表示,绿色到红色代表了该bolt并行度(capacity metric )相关的指标。

组件之间的线的宽度:数据流的大小(组件之间的线的宽度代表元组数据流相对于其他可见的流)。

组件球的半径大小:

组件上线上的数字:相关联两个组件上传输的数据量trans,百分比为 (trans /totaltrans)*100%, totaltrans是所有组件间传输的数据量的总和。

Image

以上是关于strom ui Topology 可视化视图各个指标含义说明的主要内容,如果未能解决你的问题,请参考以下文章

strom基础

Storm Topology Parallelism

java maven strom 启动异常

Strom流式计算

课堂笔记--Strom并发模型

首发Strom/JStorm:流式计算框架的应用