]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: print new tcp_info fields: delivery_rate and app_limited
authorNeal Cardwell <ncardwell@google.com>
Thu, 1 Dec 2016 18:21:39 +0000 (13:21 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 1 Dec 2016 19:00:28 +0000 (11:00 -0800)
commit2f579872fbdca52ef960eb969655adfd55c13308
treed5226973af4c031a8293d54fe07397e3e274c0f8
parent41fe6c34de5040126014029bede0668c56e3fe13
ss: print new tcp_info fields: delivery_rate and app_limited

Dump the new delivery_rate and delivery_rate_app_limited fields that
were added to tcp_info in Linux v4.9.

Example output:
  pacing_rate 65.7Mbps delivery_rate 62.9Mbps

And for the application-limited case this looks like:
  pacing_rate 1031.1Mbps delivery_rate 87.4Mbps app_limited

Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Soheil Hassas Yeganeh <soheil@google.com>
misc/ss.c