Yunyung commented on PR #20379: URL: https://github.com/apache/kafka/pull/20379#issuecomment-3203715586
Some benchmark for reference: ### Default throughput and record-size ``` bin/test-kraft-server-start.sh --config config/kraft.properties --replica-directory-id b8tRS7h4TJ2Vt43Dp85v2A ... Throughput (bytes/second): 445430.81, Latency (ms): 20.0 p75 26.0 p99 29.0 p999 Throughput (bytes/second): 1065534.70, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 1540081.58, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 1914122.07, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 ``` ### Throughput = 20000 ``` bin/test-kraft-server-start.sh --config config/kraft.properties --replica-directory-id b8tRS7h4TJ2Vt43Dp85v2A --throughput 20000 ... Throughput (bytes/second): 8.53, Latency (ms): 29.0 p75 29.0 p99 29.0 p999 Throughput (bytes/second): 734822.26, Latency (ms): 20.0 p75 26.0 p99 34.0 p999 Throughput (bytes/second): 1283868.42, Latency (ms): 20.0 p75 26.0 p99 31.0 p999 Throughput (bytes/second): 1710625.79, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 2051202.05, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 2330801.78, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 5120510.52, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 5120510.57, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 5120402.04, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 5120397.13, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 ``` ### record-size = 512 ``` bin/test-kraft-server-start.sh --config config/kraft.properties --replica-directory-id b8tRS7h4TJ2Vt43Dp85v2A --record-size 512 ... Throughput (bytes/second): 17.07, Latency (ms): 31.0 p75 31.0 p99 31.0 p999 Throughput (bytes/second): 366489.44, Latency (ms): 20.0 p75 26.0 p99 40.0 p999 Throughput (bytes/second): 640950.14, Latency (ms): 20.0 p75 26.0 p99 35.0 p999 Throughput (bytes/second): 854959.16, Latency (ms): 20.0 p75 26.0 p99 31.0 p999 Throughput (bytes/second): 1025596.13, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 1165135.54, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 2560561.89, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 2560481.59, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 Throughput (bytes/second): 2560357.61, Latency (ms): 20.0 p75 26.0 p99 27.0 p999 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org