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是所有组件间传输的数据量的总和。

最新文章

  1. Java集合---LinkedList源码解析
  2. 记一次Web服务的性能调优
  3. 多重背包 (poj 1014)
  4. 【渗透测试学习平台】 web for pentester -1.介绍与安装
  5. MySQL ddl丢表
  6. Java集合之HashMap源码实现分析
  7. mongDB主从
  8. java Queue中 add/offer,element/peek,remove/poll区别
  9. 如何更改Audition的界面颜色
  10. Python3.7 Scrapy crawl 运行出错解决方法
  11. RabbitMQ基本操作
  12. python 字典的定义以及方法
  13. 还原是不可能还原的,这辈子都不可能还原(手动笑cry)
  14. Is the “*apply” family really not vectorized?
  15. js获取iframe中的元素以及在iframe中获取父级的元素(包括iframe中不存在name和id的情况)
  16. linux常用命令:crontab 命令
  17. Django之常用命令以及问题汇总
  18. node-webkit,nwjs 系统托盘【Tray】实践
  19. [effictive c++] 条款04 确定对象被使用前已被初始化
  20. multipart/form-data boundary 说明

热门文章

  1. redis在游戏服务器中的使用初探(三) 信息存储
  2. Bootstrap学习遇到的role属性--- 无障碍网页应用属性
  3. 将hibernate框架融入到spring框架中
  4. Mvvm Light 无法添加MvvmView(Win81)的问题
  5. mybatis 为什么要设置jdbcType
  6. [C#.net]处理UTF-8文件乱码
  7. 20155312 2006-2007-2 《Java程序设计》第二周学习总结
  8. Tkinter添加图片
  9. java常用设计模式四:观察者模式
  10. Java,数据库中的数据导入到Excel