diff --git a/ambry-tools/src/main/java/com/github/ambry/Readme.md b/ambry-tools/src/main/java/com/github/ambry/Readme.md index 1168e9a555..9b8c3f55c0 100644 --- a/ambry-tools/src/main/java/com/github/ambry/Readme.md +++ b/ambry-tools/src/main/java/com/github/ambry/Readme.md @@ -245,4 +245,14 @@ We will be able to see logs [2025-02-06 21:11:42,416] INFO received success response and decoded response successfully for correlation id 14 AAYQAv____8AAQAAAAAAAADPyZlGH92nT_-MtTuwjv1fTw (com.github.ambry.tools.perf.serverperf.PutLoadProducerConsumer) ``` -We can also exit the process using CTRL+C command for both the tests \ No newline at end of file +We can also exit the process using CTRL+C command for both the tests + +Final output for the both tests is network client related metrics + +``` +[2025-02-06 21:11:43,235] INFO HTTP2 error count 0 (com.github.ambry.tools.perf.serverperf.ServerPerformance) +[2025-02-06 21:11:43,236] INFO HTTP2 dropped request count 0 (com.github.ambry.tools.perf.serverperf.ServerPerformance) +[2025-02-06 21:11:43,236] INFO HTTP2 send Mean rate 8.958314373706395 (com.github.ambry.tools.perf.serverperf.ServerPerformance) +[2025-02-06 21:11:43,251] INFO HTTP2 stream median read time 383.0 (com.github.ambry.tools.perf.serverperf.ServerPerformance) +[2025-02-06 21:11:43,251] INFO HTTP2 stream median acquire time, 171.0 (com.github.ambry.tools.perf.serverperf.ServerPerformance) +``` \ No newline at end of file