Browse Source

MINOR: Fix documentation for ConsumeBench metrics in Trogdor (#13877)

Co-authored-by: Deqi Hu <deqi.hu@shopee.com>

Reviewers: Divij Vaidya <diviv@amazon.com>
pull/13894/head
hudeqi 1 year ago committed by GitHub
parent
commit
9b383a1e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      TROGDOR.md

2
TROGDOR.md

@ -143,7 +143,7 @@ RoundTripWorkload tests both production and consumption. The workload starts a @@ -143,7 +143,7 @@ RoundTripWorkload tests both production and consumption. The workload starts a
### ConsumeBench
ConsumeBench starts one or more Kafka consumers on a single agent node. Depending on the passed in configuration (see ConsumeBenchSpec), the consumers either subscribe to a set of topics (leveraging consumer group functionality and dynamic partition assignment) or manually assign partitions to themselves.
The workload measures the average produce latency, as well as the median, 95th percentile, and 99th percentile latency.
The workload measures the average consume latency, as well as the median, 95th percentile, and 99th percentile latency.
Faults
========================================

Loading…
Cancel
Save