Hi, I think what you are looking for would be achievable from Strom Rest API. Please have a look at the following link:
http://storm.apache.org/releases/1.1.0/STORM-UI-REST-API.html Cheers, Ali On Tue, May 23, 2017 at 7:09 PM, preethini v <[email protected]> wrote: > Hi, > > I am trying to capture number of tuples processed for a topology in Apache > Storm. This value can be obtained from Storm UI, from the parameter > "transferred" for a window size of 10 mins. > > I am more interested in capturing number of tuples processed every 10 > seconds. The window size of 10 minutes in Storm UI is integrated in the > Storm code and I do not see a way to change it to 10 seconds with simple > change in configuration. > > Can someone here please suggest a way of capturing number of tuples > processed every 10 seconds? > > Thanks, > Preethini > -- A.Nazemian
