Kafka graphs
Kafka graphs provide you with statistics about message flow and throughput between the Kafka broker and the producer or consumer during the scenario run.
Kafka Producer Send Duration graph
Displays the response time between a record sent and a confirmation received, each time the Kafka producer sends a record to the broker.
X-axis |
Elapsed time since the start of the run |
Y-axis |
Average response time, in milliseconds |
Kafka Throughput graph
Displays the amount of data (in bytes) that the producer published to (Publish throughput), or the consumer received from (Receipt throughput), the broker at any given time during the load scenario test run.
X-axis |
Elapsed time since the start of the run |
Y-axis |
Throughput to or from the Kafka broker, in bytes per second |
Kafka Message Rate graph
Displays the number of messages published (Publish rate) and received (Receive rate) per second at any given time during the load test scenario run.
X-axis |
Elapsed time since the start of the run |
Y-axis |
Number of messages published or received per second |
See also: