Skip to content

Commit

Permalink
adding final output in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
manbearpig1996 committed Feb 6, 2025
1 parent 236db6d commit c0796ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ambry-tools/src/main/java/com/github/ambry/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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)
```

0 comments on commit c0796ae

Please sign in to comment.