]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: add support for bytes_acked & bytes_received
authorEric Dumazet <edumazet@google.com>
Mon, 11 May 2015 17:03:49 +0000 (10:03 -0700)
committerStephen Hemminger <shemming@brocade.com>
Thu, 21 May 2015 22:21:04 +0000 (15:21 -0700)
commit1a4dda7103bcd5efcca72ffe03eef43318897dae
treea31bbd4ba85832b882c039c6cf13d67f19b6d8c8
parent908755dc49df0beffd12c8cad91e425e5be76888
ss: add support for bytes_acked & bytes_received

tcp_info has 2 new fields : bytes_acked & bytes_received

$ ss -ti src :22
...
 cubic wscale:7,6 rto:234 rtt:33.199/17.225 ato:17.225 mss:1418 cwnd:9
ssthresh:9 send 3.1Mbps lastsnd:3 lastrcv:4 lastack:193
bytes_acked:188396 bytes_received:13639 pacing_rate 6.2Mbps unacked:1
retrans:0/4 reordering:4 rcv_rtt:47.25 rcv_space:28960

Signed-off-by: Eric Dumazet <edumazet@google.com>
misc/ss.c