You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by AMir Firouzi <fi...@gmail.com> on 2017/08/12 09:39:58 UTC

getting number of tuples processed per second form UI

Hi guys,
I need to get some metrics like "*number of tuples processed per second*"
from storm, but cant find anything in the UI returned metrics. it contains
number of transferred or emitted tuples at any moment but i need to know
the rate of tuples processed(or completed) per second. is there a way to
fetch this?

thanks in advance.