s2n-quic icon indicating copy to clipboard operation
s2n-quic copied to clipboard

Measure `time-to-last-byte` in `netbench`

Open csosto-pk opened this issue 1 year ago • 0 comments

Problem:

Currently netbench measures time-to-first-byte (conn-time), but that could be misleading sometimes.

Solution:

netbench should add functionality to measure the time-to-last-byte. Having that can show the really impact of a QUIC handshake for various connections.

This does not what s2n-quis sends over the wire or any public APIs.

Requirements / Acceptance Criteria:

Collect time-to-last-byte, last/first byte latency ratio and the time-to-last-byte/total data bytes (no handshake bytes) per connection which can then be graphed with netbench-cli.

Out of scope:

N/A

csosto-pk avatar Mar 07 '23 03:03 csosto-pk