The Flow Time Histogram (named Flow Time Histogram) represents the distribution of the durations (or flow times) of the tickets processed over an interval, represented by a start step and an end step of the Flow to be analyzed.

The histogram visualizes these times in aggregate to help understand overall processing time performance, and to spot periods where processes took longer than expected.

The Flow Time Histogram is used to:

  1. Evaluate latency: It shows how processing times are distributed in a system. A histogram with values ​​concentrated around low times suggests that most transactions or events are processed quickly, while a histogram spread out toward high times may indicate latency issues.

  2. Spot anomalies: By studying the histogram, it is possible to detect inconsistencies, such as unusual spikes in processing time, which could signal periods of overload, configuration errors or resource problems.

  3. Optimize performance: The Flow Time Histogram helps identify cases where response times are too long and adjust resources or processes to improve the speed of transactions.

How to read a Flow Time Histogram?

Like any histogram, the Flow Time Histogram is presented in the form of vertical bars, where each bar corresponds to the number of times a certain flow time interval has been observed.

  1. Horizontal axis (x): This axis represents the flow time intervals.

  2. Vertical axis (y): This axis represents the frequency of occurrence of different flow times. The higher the bar, the more frequent the corresponding flow time was.

  3. Histogram shape:

  1. Bimodal or multimodal distribution: If the histogram shows multiple peaks, this could indicate that the system has varying performance depending on the type of transactions or execution period. For example, some quick transactions may go smoothly, while other, more complex transactions take longer.

Usefulness in Flow Analytics Pro

The Flow Time Histogram in Flow Analytics Pro allows users to: