]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: add support for segs_in and segs_out
authorCraig Gallek <kraig@google.com>
Tue, 26 May 2015 18:54:41 +0000 (14:54 -0400)
committerStephen Hemminger <shemming@brocade.com>
Fri, 26 Jun 2015 03:50:15 +0000 (23:50 -0400)
commitecb435eacd50161d2a7cce5731a269ef916c0dd4
treeca07a92a22fc1567d4dedea93c4bfe2823254976
parentff631c3a101abfa179ca72afb448201cdb862895
ss: add support for segs_in and segs_out

Two new tcp_info fields: tcpi_segs_in and tcpi_segs_out.
(2efd055c53c06b7e89c167c98069bab9afce7e59)

~: ss -ti src :22
 cubic wscale:7,6 rto:201 rtt:0.244/0.012 ato:40 mss:1418 cwnd:21 bytes_acked:80605 bytes_received:20491 segs_out:414 segs_in:600 send 976.3Mbps lastsnd:23 lastrcv:23 lastack:22 pacing_rate 1952.7Mbps rcv_rtt:98 rcv_space:28960

Signed-off-by: Craig Gallek <kraig@google.com>
Reviewed-by: Marcelo Ricardo Leitner <mleitner@redhat.com>
misc/ss.c