diff options
author | Eric Dumazet <[email protected]> | 2016-02-11 22:02:53 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-02-16 20:27:35 -0500 |
commit | cd9b266095f422267bddbec88f9098b48ea548fc (patch) | |
tree | 0b7f6c9c5660fbdf2e0e78112780ce1a16eff7a3 /tools/perf/scripts/python | |
parent | 4cba259f198b93d514ed7be44a7d679c83e7d9f1 (diff) |
tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info
tcpi_min_rtt reports the minimal rtt observed by TCP stack for the flow,
in usec unit. Might be ~0U if not yet known.
tcpi_notsent_bytes reports the amount of bytes in the write queue that
were not yet sent.
This is done in a single patch to not add a temporary 32bit padding hole
in tcp_info.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions