My Apache Storm topology is getting slow. I wanted to know which of methods are consuming most time and slowing down the topology. Can I profile Apache Storm topology to know where is performance bottleneck, for example use visualvm to show methods consuming a lot of time, something as follows:
Or is there any other standard / preferrable / recommended approach?